mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
* Add blender_downloader.py * Add engine_manager.py * Add additional methods to engine_manager.py * Refactor file layout to make engines on par with workers * Add system platform info to status response * Default to using system platform / cpu if none are provided * Add API to download an engine and some general cleanup * Add method to delete downloaded engine * Add API calls to download engines and delete downloads * Misc fixes
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
requests==2.31.0
|
|
psutil==5.9.5
|
|
PyYAML~=6.0
|
|
Flask==2.3.2
|
|
rich==13.4.1
|
|
Werkzeug==2.3.5
|
|
future==0.18.3
|
|
json2html~=1.3.0
|
|
SQLAlchemy~=2.0.15
|
|
Pillow==9.5.0
|
|
zeroconf==0.64.1
|
|
Pypubsub~=4.0.3
|
|
tqdm==4.66.1
|
|
dmglib |