mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Async Server Status Fetch (#11)
* Add background fetching to server_proxy * Update UI to use server_proxy fetched jobs * Fix issue getting status with empty jobs_cache * Fix issue with jobs not appearing after switching servers * Remove job_cache from dashboard_window and utilize server_proxy caches * Remove jobs from table that shouldn't be there * Streamline how we're handling offline tracking and handle connection error when fetching thumbnail * Add ability to remove any manually added servers
This commit is contained in:
@@ -3,13 +3,14 @@ requests==2.31.0
|
||||
psutil==5.9.5
|
||||
PyYAML~=6.0
|
||||
Flask==2.3.2
|
||||
rich==13.3.5
|
||||
rich==13.4.1
|
||||
ffmpeg-python
|
||||
Werkzeug==2.3.4
|
||||
Werkzeug==2.3.5
|
||||
tkinterdnd2~=0.3.0
|
||||
future==0.18.3
|
||||
json2html~=1.3.0
|
||||
SQLAlchemy~=2.0.15
|
||||
Pillow~=9.3.0
|
||||
zeroconf~=0.63.0
|
||||
requests-toolbelt~=1.0
|
||||
Pillow==9.5.0
|
||||
zeroconf==0.64.1
|
||||
requests-toolbelt~=1.0
|
||||
arrow~=1.2.3
|
||||
Reference in New Issue
Block a user