mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Update requirements.txt
This commit is contained in:
@@ -137,7 +137,7 @@ class BaseRenderWorker(object):
|
|||||||
while self.failed_attempts < self.maximum_attempts and self.status is not RenderStatus.COMPLETED:
|
while self.failed_attempts < self.maximum_attempts and self.status is not RenderStatus.COMPLETED:
|
||||||
|
|
||||||
if self.failed_attempts:
|
if self.failed_attempts:
|
||||||
logger.info('Attempt #{} failed. Starting attempt #{}'.format(self.failed_attempts, self.failed_attempts + 1))
|
logger.info(f'Attempt #{self.failed_attempts} failed. Starting attempt #{self.failed_attempts + 1}')
|
||||||
|
|
||||||
# Start process and get updates
|
# Start process and get updates
|
||||||
subprocess_cmds = self.generate_subprocess()
|
subprocess_cmds = self.generate_subprocess()
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
click~=8.1.3
|
click~=8.1.3
|
||||||
requests==2.28.1
|
requests==2.31.0
|
||||||
psutil~=5.9.0
|
psutil==5.9.5
|
||||||
PyYAML~=6.0
|
PyYAML~=6.0
|
||||||
Flask==2.2.2
|
Flask==2.3.2
|
||||||
rich==12.6.0
|
rich==13.3.5
|
||||||
ffmpeg-python
|
ffmpeg-python
|
||||||
Werkzeug~=2.2.2
|
Werkzeug==2.3.4
|
||||||
tkinterdnd2~=0.3.0
|
tkinterdnd2~=0.3.0
|
||||||
future~=0.18.2
|
future==0.18.3
|
||||||
json2html~=1.3.0
|
json2html~=1.3.0
|
||||||
|
SQLAlchemy~=2.0.15
|
||||||
Reference in New Issue
Block a user