You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should build and test with current packages before handing-off the project. e.g., Flask is currently at 2.2.2
Flask==1.1.2
pandas==1.3.2
numpy==1.18.1
sqlalchemy==1.4.15
psycopg2-binary==2.8.4
xlrd==1.2.0 # currently used for xlsx, but we should consider adjusting code to openpyxl for xlsx
openpyxl
requests
pytest
flask-jwt-extended==4.0.2
alembic
flask-cors
dropbox
jellyfish
networkx
jinja2<3.1.0
itsdangerous==2.0.1 # TODO: upgrade flask so we don't have to do this
werkzeug==2.0.3
The text was updated successfully, but these errors were encountered:
We should build and test with current packages before handing-off the project. e.g., Flask is currently at 2.2.2
The text was updated successfully, but these errors were encountered: