Spaces:
Runtime error
Runtime error
pjgerrits
commited on
Commit
·
10a79e2
1
Parent(s):
7e99af5
latest updates
Browse files- requirements.txt +12 -25
requirements.txt
CHANGED
@@ -1,28 +1,15 @@
|
|
1 |
# This file may be used to create an environment using:
|
2 |
# $ conda create --name <env> --file <this file>
|
3 |
# platform: osx-64
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
ncurses=6.4=hcec6c5f_0
|
17 |
-
openssl=3.0.10=hca72f7f_0
|
18 |
-
pip=23.2.1=py38hecd8cb5_0
|
19 |
-
psycopg2=2.8.6=py38hbcfaee0_1
|
20 |
-
python=3.8.17=h5ee71fb_0
|
21 |
-
readline=8.2=hca72f7f_0
|
22 |
-
setuptools=68.0.0=py38hecd8cb5_0
|
23 |
-
sqlite=3.41.2=h6c40b1e_0
|
24 |
-
tk=8.6.12=h5d9f67b_0
|
25 |
-
werkzeug=2.0.3=pyhd3eb1b0_0
|
26 |
-
wheel=0.38.4=py38hecd8cb5_0
|
27 |
-
xz=5.4.2=h6c40b1e_0
|
28 |
-
zlib=1.2.13=h4dc903c_0
|
|
|
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
|
9 |
+
markupsafe
|
10 |
+
psycopg2
|
11 |
+
readline
|
12 |
+
setuptools
|
13 |
+
tk
|
14 |
+
werkzeug
|
15 |
+
wheel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|