Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
# platform: osx-64
|
4 |
click==8.0.4=py38hecd8cb5_0
|
5 |
dataclasses==0.8=pyh6d0b6a4_7
|
6 |
-
flask
|
7 |
-
itsdangerous
|
8 |
-
jinja2
|
9 |
-
krb5
|
10 |
libcxx==14.0.6=h9765a3e_0
|
11 |
libedit==3.1.20221030=h6c40b1e_0
|
12 |
libffi==3.4.4=hecd8cb5_0
|
13 |
libpq==12.15=h04015c4_1
|
14 |
markupsafe==2.1.1=py38hca72f7f_0
|
15 |
-
ncurses
|
16 |
openssl==3.0.10=hca72f7f_0
|
17 |
pip==23.2.1=py38hecd8cb5_0
|
18 |
psycopg2==2.8.6=py38hbcfaee0_1
|
@@ -23,5 +23,5 @@ sqlite==3.41.2=h6c40b1e_0
|
|
23 |
tk==8.6.12=h5d9f67b_0
|
24 |
werkzeug==2.0.3=pyhd3eb1b0_0
|
25 |
wheel==0.38.4=py38hecd8cb5_0
|
26 |
-
xz
|
27 |
-
zlib
|
|
|
3 |
# platform: osx-64
|
4 |
click==8.0.4=py38hecd8cb5_0
|
5 |
dataclasses==0.8=pyh6d0b6a4_7
|
6 |
+
flask==2.0.3=pyhd3eb1b0_0
|
7 |
+
itsdangerous=2.0.1=pyhd3eb1b0_0
|
8 |
+
jinja2==3.0.3=pyhd3eb1b0_0
|
9 |
+
krb5==1.20.1=h428f121_1
|
10 |
libcxx==14.0.6=h9765a3e_0
|
11 |
libedit==3.1.20221030=h6c40b1e_0
|
12 |
libffi==3.4.4=hecd8cb5_0
|
13 |
libpq==12.15=h04015c4_1
|
14 |
markupsafe==2.1.1=py38hca72f7f_0
|
15 |
+
ncurses==6.4=hcec6c5f_0
|
16 |
openssl==3.0.10=hca72f7f_0
|
17 |
pip==23.2.1=py38hecd8cb5_0
|
18 |
psycopg2==2.8.6=py38hbcfaee0_1
|
|
|
23 |
tk==8.6.12=h5d9f67b_0
|
24 |
werkzeug==2.0.3=pyhd3eb1b0_0
|
25 |
wheel==0.38.4=py38hecd8cb5_0
|
26 |
+
xz==5.4.2=h6c40b1e_0
|
27 |
+
zlib==1.2.13=h4dc903c_0
|