mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2025-01-01 12:46:11 +00:00
Added README.md and requirements
This commit is contained in:
parent
f8d8f08417
commit
b722e0701a
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# How to use
|
||||||
|
Install dependencies<br>
|
||||||
|
Run `python -m deemix`
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
Find all dependencies and add them to requirements.txt
|
||||||
|
Finish porting all features
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pyaes
|
||||||
|
blowfish
|
||||||
|
mutagen
|
Loading…
Reference in a new issue