Updated server-requirements.txt

This commit is contained in:
RemixDev 2020-12-17 18:20:39 +01:00
parent 4607a95a76
commit 0fadf201d0
No known key found for this signature in database
GPG key ID: B33962B465BDB51C
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ NOTES:
- Python 3 is required for this app. Make sure you tick the option to add Python to PATH when installing.
- If `python3` is "not a recognized command" try using `python` instead.
- If you're having issues with the package `wheel` missing use: `python3 -m pip install setuptools wheel --user`
- If you're on Windows Python 3.8 is not supported, you'll need to use Python 3.7 or 3.6
- Python 3.9 is not supported, you'll need to use Python 3.8
After installing Python open a terminal/command prompt in the app folder and install the dependencies using `python3 -m pip install -U -r requirements.txt --user`

View file

@ -1,5 +1,5 @@
deemix>=2.0.3
deezer-py
deemix>=2.0.5
deezer-py>=0.0.10
flask
flask-socketio
flask-socketio>=5.0.0
eventlet