Skip to content

Commit

Permalink
Update mtw_requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Dec 13, 2023
1 parent bd68eab commit a071553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flask-app/mtw_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Version 1.6.2
### Python 3.11 ###
arrow==1.3.0
bcrypt==4.0.1 ## NOT python-bcrypt !!!
bcrypt==4.1.1 ## NOT python-bcrypt !!!
cachelib==0.9.0 ## 0.10+ incompatible with Flask-caching 2.0.2 !
certifi==2023.11.17
cffi==1.16.0
Expand All @@ -16,7 +16,7 @@ Flask-Paranoid==0.3.0
#Run: pip install https://github.com/filak/flask-session/archive/refs/heads/main.zip
flask-talisman==1.1.0
future==0.18.3
idna==3.4
idna==3.6
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
Expand All @@ -30,9 +30,9 @@ urllib3==1.26.18
### (optional) If deploying with Waitress (https://github.com/Pylons/waitress):
waitress==2.1.2
Werkzeug==3.0.1
wheel==0.41.3
wheel==0.42.0
### (optional) If building for Windows:
pyinstaller==6.2.0
pyinstaller==6.3.0
pyinstaller-hooks-contrib==2023.10
## Install pywin32
pywin32==306
Expand Down

0 comments on commit a071553

Please sign in to comment.