We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacb763 commit 927326aCopy full SHA for 927326a
requirements.txt
@@ -1,12 +1,12 @@
1
#
2
-# This file is autogenerated by pip-compile with Python 3.13
+# This file is autogenerated by pip-compile with Python 3.9
3
# by the following command:
4
5
# pip-compile requirements.in
6
7
blinker==1.9.0
8
# via flask
9
-click==8.2.1
+click==8.1.8
10
11
coverage==7.10.3
12
# via -r requirements.in
@@ -19,6 +19,8 @@ flask-login==0.6.3
19
20
flask-sqlalchemy==3.1.1
21
22
+importlib-metadata==8.7.0
23
+ # via flask
24
itsdangerous==2.2.0
25
26
jinja2==3.1.6
@@ -38,3 +40,5 @@ werkzeug==3.1.3
38
40
# via
39
41
# flask
42
# flask-login
43
+zipp==3.23.0
44
+ # via importlib-metadata
0 commit comments