Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -12
requirements.txt
CHANGED
|
@@ -1,15 +1,6 @@
|
|
| 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 |
-
jinja2==3.0.3
|
| 8 |
-
krb5
|
| 9 |
-
markupsafe
|
| 10 |
-
psycopg2
|
| 11 |
-
readline
|
| 12 |
-
setuptools
|
| 13 |
-
tk
|
| 14 |
-
werkzeug
|
| 15 |
-
wheel
|
|
|
|
| 1 |
# This file may be used to create an environment using:
|
| 2 |
# $ conda create --name <env> --file <this file>
|
| 3 |
# platform: osx-64
|
| 4 |
+
Flask==2.1.2
|
| 5 |
+
Werkzeug==2.1.2
|
| 6 |
+
psycopg2-binary==2.9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|