split requirements
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
|||||||
*.spec
|
*.spec
|
||||||
/.idea/
|
/.idea/
|
||||||
/tests/
|
/tests/
|
||||||
|
*/venv/
|
||||||
env.py
|
env.py
|
||||||
/client/dist/
|
/client/dist/
|
||||||
settings.json
|
settings.json
|
||||||
6
admin/requirements.txt
Normal file
6
admin/requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
pusher
|
||||||
|
pysher
|
||||||
|
ezzthread
|
||||||
|
PyQt5
|
||||||
|
requests
|
||||||
|
pyinstaller
|
||||||
13
client/requirements.txt
Normal file
13
client/requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
pusher
|
||||||
|
pysher
|
||||||
|
ezztui
|
||||||
|
ezzthread
|
||||||
|
mss
|
||||||
|
pyimgur
|
||||||
|
psutil
|
||||||
|
requests
|
||||||
|
pyinstaller
|
||||||
|
zstandard
|
||||||
|
nuitka
|
||||||
|
python-vlc
|
||||||
|
playsound
|
||||||
@@ -3,7 +3,6 @@ pysher
|
|||||||
ezztui
|
ezztui
|
||||||
ezzthread
|
ezzthread
|
||||||
PyQt5
|
PyQt5
|
||||||
qt-thread-updater
|
|
||||||
mss
|
mss
|
||||||
pyimgur
|
pyimgur
|
||||||
psutil
|
psutil
|
||||||
|
|||||||
Reference in New Issue
Block a user