From b722e0701a820e5132d1f72ef4165b1637d1b148 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Mon, 17 Feb 2020 17:02:52 +0100 Subject: [PATCH] Added README.md and requirements --- README.md | 7 +++++++ requirements.txt | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 README.md create mode 100644 requirements.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..b337428 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# How to use +Install dependencies
+Run `python -m deemix` + +# TODO +Find all dependencies and add them to requirements.txt +Finish porting all features diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..88e3c6a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pyaes +blowfish +mutagen