Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions requirements-webapp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Babel==2.10.3
Babel==2.13.1
Flask-BabelEx==0.9.4
Flask-Caching==2.0.1
Flask-Cors==3.0.10
Expand All @@ -9,7 +9,7 @@ Flask-Security==3.0.0 # TODO: Upgrade to Flask-Security-Too
Flask-Testing==0.8.1
Flask-WTF==1.0.1
Flask==2.2.1
SQLAlchemy==1.4.39
SQLAlchemy==1.4.53
WTForms==3.0.1
email-validator==1.2.1
Werkzeug==2.2.1
Expand All @@ -18,15 +18,15 @@ apache-libcloud==3.6.0
bcrypt==3.2.2
beautifulsoup4==4.11.1
cached-property==1.5.2
celery[sqlalchemy]==5.2.7
environs==9.5.0
celery[sqlalchemy]==5.3.6
environs==11.0.0
gunicorn==20.1.0
mkwvconf==0.1.1
mkwvconf @ git+https://github.com/ascoderu/mkwvconf.git@dev
passlib==1.7.4
python-crontab==2.6.0
requests==2.28.1
types-requests==2.28.7 # http://mypy-lang.blogspot.com/2021/06/mypy-0900-released.html
tzlocal==4.2
watchdog==2.1.9
xtarfile[zstd]==0.1.0
Pillow==9.2.0
Pillow==10.4.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==2.2.1
Flask-Cors==3.0.10
Pillow==9.2.0
Pillow==10.1.0
apache-libcloud==3.6.0
applicationinsights==0.11.10
beautifulsoup4==4.11.1
Expand All @@ -15,8 +15,8 @@ requests==2.28.1
types-requests==2.28.7 # http://mypy-lang.blogspot.com/2021/06/mypy-0900-released.html
sendgrid==6.9.7
typing-extensions==4.3.0
kombu==5.2.4
celery==5.2.7
kombu==5.3.5
celery==5.3.6
xtarfile[zstd]==0.1.0
azure-servicebus==7.8.0
gunicorn==20.1.0
Expand Down
Loading