Update requirements.txt
Browse files- requirements.txt +33 -5
requirements.txt
CHANGED
@@ -1,5 +1,33 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
blinker==1.9.0
|
2 |
+
cairocffi==1.7.1
|
3 |
+
cairosvg==2.7.1
|
4 |
+
cffi==1.17.1
|
5 |
+
click==8.1.8
|
6 |
+
colorama==0.4.6
|
7 |
+
cssselect2==0.8.0
|
8 |
+
defusedxml==0.7.1
|
9 |
+
dnspython==2.7.0
|
10 |
+
email-validator==2.2.0
|
11 |
+
flask==3.1.0
|
12 |
+
flask-login==0.6.3
|
13 |
+
flask-sqlalchemy==3.1.1
|
14 |
+
flask-wtf==1.2.2
|
15 |
+
greenlet==3.2.1
|
16 |
+
gunicorn==23.0.0
|
17 |
+
idna==3.10
|
18 |
+
itsdangerous==2.2.0
|
19 |
+
jinja2==3.1.6
|
20 |
+
markupsafe==3.0.2
|
21 |
+
packaging==25.0
|
22 |
+
pillow==11.2.1
|
23 |
+
psycopg2-binary==2.9.10
|
24 |
+
pycparser==2.22
|
25 |
+
python-slugify==8.0.4
|
26 |
+
slugify==0.0.1
|
27 |
+
sqlalchemy==2.0.40
|
28 |
+
text-unidecode==1.3
|
29 |
+
tinycss2==1.4.0
|
30 |
+
typing-extensions==4.13.2
|
31 |
+
webencodings==0.5.1
|
32 |
+
werkzeug==3.1.3
|
33 |
+
wtforms==3.2.1
|