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 b67a1cc commit 35a4b27Copy full SHA for 35a4b27
.gitignore
@@ -20,3 +20,4 @@ start_env.sh
20
/src/local_files/
21
/src/server/secrets.py
22
/src/server/local_files/
23
+.mypy_cache/
src/server/requirements.txt
@@ -2,7 +2,7 @@ Flask==1.1.2
2
pandas==1.0.0
3
numpy==1.18.1
4
fuzzywuzzy==0.17.0
5
-sqlalchemy
+sqlalchemy==1.3.23 # Import error with 1.4.0 on _ColumnEntity
6
sqlalchemy_utils
7
psycopg2-binary==2.8.4
8
python-Levenshtein-wheels
0 commit comments