Update requirements.txt

This commit is contained in:
Brett Williams
2023-05-24 13:19:54 -05:00
parent 8a3854a51e
commit 9d9984cb0b
2 changed files with 9 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ class BaseRenderWorker(object):
while self.failed_attempts < self.maximum_attempts and self.status is not RenderStatus.COMPLETED:
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
subprocess_cmds = self.generate_subprocess()

View File

@@ -1,11 +1,12 @@
click~=8.1.3
requests==2.28.1
psutil~=5.9.0
requests==2.31.0
psutil==5.9.5
PyYAML~=6.0
Flask==2.2.2
rich==12.6.0
Flask==2.3.2
rich==13.3.5
ffmpeg-python
Werkzeug~=2.2.2
Werkzeug==2.3.4
tkinterdnd2~=0.3.0
future~=0.18.2
future==0.18.3
json2html~=1.3.0
SQLAlchemy~=2.0.15