Skip to content

Update dependencies before handoff #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
c-simpson opened this issue Oct 5, 2022 · 2 comments
Closed

Update dependencies before handoff #515

c-simpson opened this issue Oct 5, 2022 · 2 comments

Comments

@c-simpson
Copy link
Collaborator

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
@c-simpson
Copy link
Collaborator Author

c-simpson commented Dec 6, 2023

These should be no longer used:

  • pandas, numpy
  • dropbox?
  • xlrd

@osabahat
Copy link
Collaborator

osabahat commented Mar 6, 2024

Completed in #604

@osabahat osabahat closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants