We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd4010 commit c23a3e5Copy full SHA for c23a3e5
src/server/requirements.txt
@@ -13,4 +13,22 @@ flask-cors
13
dropbox
14
jellyfish
15
networkx
16
-itsdangerous==2.0.1 # TODO: upgrade flask so we don't have to do this
+jinja2<3.1.0
17
+itsdangerous==2.0.1 # TODO: upgrade flask so we don't have to do this
18
+Flask==1.1.2
19
+pandas==1.3.2
20
+numpy==1.18.1
21
+sqlalchemy==1.4.15
22
+psycopg2-binary==2.8.4
23
+xlrd==1.2.0 # currently used for xlsx, but we should consider adjusting code to openpyxl for xlsx
24
+openpyxl
25
+requests
26
+pytest
27
+flask-jwt-extended==4.0.2
28
+alembic
29
+flask-cors
30
+dropbox
31
+jellyfish
32
33
+itsdangerous==2.0.1
34
+werkzeug==2.0.3
0 commit comments