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 Jun 14, 2024
1 parent 96a7643 commit be6dd12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flask-app/mtw_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Jinja2==3.1.4
MarkupSafe==2.1.5
pip_audit==2.7.3 ## Run: pip freeze > requirements.txt ; pip-audit ; pip-audit -r mtw_requirements.txt
pyuca==1.2
requests==2.32.0
requests==2.32.2
requests_futures==1.0.1
setuptools==69.5.1
setuptools==70.0.0
urllib3==1.26.18
waitress==3.0.0
Werkzeug==3.0.3
wheel==0.43.0
### (optional) If building for Windows:
pyinstaller==6.6.0; sys_platform == "win32"
pyinstaller==6.7.0; sys_platform == "win32"
pyinstaller-hooks-contrib==2024.6; sys_platform == "win32"
## Install pywin32
pywin32==306; sys_platform == "win32"
Expand Down

0 comments on commit be6dd12

Please sign in to comment.