Skip to content

Commit 78eab77

Browse files
authored
Use current version of python dependencies (#143)
* Use current version of python dependencies The current versions listed in requirements.txt do not work for a recent version of python. Instead of pinning all those versions, we can just install the current version of Flask * Pin to current Flask
1 parent 1cb25e6 commit 78eab77

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
click==8.0.4
2-
Flask==2.0.3
3-
itsdangerous==2.1.1
4-
Jinja2==3.0.3
5-
MarkupSafe==2.1.0
6-
Werkzeug==2.0.3
1+
Flask==3.1.2

0 commit comments

Comments
 (0)