Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +23 -23
requirements.txt
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
# This file may be used to create an environment using:
|
| 2 |
# $ conda create --name <env> --file <this file>
|
| 3 |
# platform: osx-64
|
| 4 |
-
dataclasses
|
| 5 |
-
flask==2.0.3
|
| 6 |
-
itsdangerous==2.0.1
|
| 7 |
-
jinja2==3.0.3
|
| 8 |
-
krb5==1.20.1
|
| 9 |
-
libcxx==14.0.6
|
| 10 |
-
libedit==3.1.20221030
|
| 11 |
-
libffi==3.4.4
|
| 12 |
-
libpq==12.15
|
| 13 |
-
markupsafe==2.1.1
|
| 14 |
-
ncurses==6.4
|
| 15 |
-
openssl==3.0.10
|
| 16 |
-
pip==23.2.1
|
| 17 |
-
psycopg2==2.8.6
|
| 18 |
-
python==3.8.17
|
| 19 |
-
readline==8.2
|
| 20 |
-
setuptools==68.0.0
|
| 21 |
-
sqlite==3.41.2
|
| 22 |
-
tk==8.6.12
|
| 23 |
-
werkzeug==2.0.3
|
| 24 |
-
wheel==0.38.4
|
| 25 |
-
xz==5.4.2
|
| 26 |
-
zlib==1.2.13
|
|
|
|
| 1 |
# This file may be used to create an environment using:
|
| 2 |
# $ conda create --name <env> --file <this file>
|
| 3 |
# platform: osx-64
|
| 4 |
+
dataclasses
|
| 5 |
+
flask==2.0.3
|
| 6 |
+
itsdangerous==2.0.1
|
| 7 |
+
jinja2==3.0.3
|
| 8 |
+
krb5==1.20.1
|
| 9 |
+
libcxx==14.0.6
|
| 10 |
+
libedit==3.1.20221030
|
| 11 |
+
libffi==3.4.4
|
| 12 |
+
libpq==12.15
|
| 13 |
+
markupsafe==2.1.1
|
| 14 |
+
ncurses==6.4
|
| 15 |
+
openssl==3.0.10
|
| 16 |
+
pip==23.2.1
|
| 17 |
+
psycopg2==2.8.6
|
| 18 |
+
python==3.8.17
|
| 19 |
+
readline==8.2
|
| 20 |
+
setuptools==68.0.0
|
| 21 |
+
sqlite==3.41.2
|
| 22 |
+
tk==8.6.12
|
| 23 |
+
werkzeug==2.0.3
|
| 24 |
+
wheel==0.38.4
|
| 25 |
+
xz==5.4.2
|
| 26 |
+
zlib==1.2.13
|