split requirements
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
*.spec
|
||||
/.idea/
|
||||
/tests/
|
||||
*/venv/
|
||||
env.py
|
||||
/client/dist/
|
||||
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
|
||||
ezzthread
|
||||
PyQt5
|
||||
qt-thread-updater
|
||||
mss
|
||||
pyimgur
|
||||
psutil
|
||||
|
||||
Reference in New Issue
Block a user