-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,34 @@ | ||
### Version 1.4.8 | ||
### Version 1.4.9 | ||
### Python 3.8+ ### | ||
arrow==1.2.2 | ||
arrow==1.2.3 | ||
bcrypt==3.2.0 # NOT python-bcrypt !!! | ||
cachelib==0.6.0 | ||
cachelib==0.9.0 | ||
certifi==2022.12.7 | ||
cffi==1.15.0 | ||
cffi==1.15.1 | ||
diff_match_patch==20200713 | ||
Flask==2.0.3 | ||
Flask-Babel==2.0.0 | ||
Flask-Caching==1.10.1 | ||
Flask-Paranoid==0.2.0 | ||
Flask-SeaSurf==0.3.1 | ||
Flask==2.2.2 | ||
Flask-Babel==3.0.0 | ||
Flask-Caching==2.0.2 | ||
Flask-Paranoid==0.3.0 | ||
Flask-SeaSurf==1.1.1 | ||
Flask-Session==0.4.0 | ||
### (optional) For SameSite cookie attribute support use: | ||
# https://github.com/filak/flask-session | ||
# - copy the files to: application\custom\flask_session | ||
flask-talisman==1.0.0 | ||
itsdangerous==2.1.1 | ||
Jinja2==3.0.3 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
pyuca==1.2 | ||
requests==2.27.1 | ||
requests==2.28.2 | ||
requests_futures==1.0.0 | ||
setuptools==66.0.0 | ||
### (optional) If deploying with Waitress (https://github.com/Pylons/waitress): | ||
waitress==2.1.2 | ||
Werkzeug==2.0.3 | ||
Werkzeug==2.2.2 | ||
wheel==0.38.4 | ||
### (optional) If building for Windows: | ||
pyinstaller==4.10 | ||
pyinstaller==5.7.0 | ||
## Install pywin32 | ||
pywin32==304 | ||
pywin32==305 | ||
## and run AS Admin (!): | ||
## python venv\Scripts\pywin32_postinstall.py -install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters