mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-26 17:36:08 +00:00
Updated server-requirements.txt
This commit is contained in:
parent
4607a95a76
commit
0fadf201d0
|
@ -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`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue