Skip to content
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

Use pip to install a not necessarily fully compatible flask. #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jwg4
Copy link
Owner

@jwg4 jwg4 commented Feb 17, 2023

in #72 this was suggested by @ValentinFrancois because as they pointed out, the current version doesn't seem to actually install the right flask versions. However, they used poetry add to install the required version for testing. It appears, if you try to add a version of (for example) Flask, which is not available for all the Python versions that the package supports, poetry will complain and refuse: python-poetry/poetry#697

Attempting to do this with pip in the hope that it allows us to correctly test the python/flask combinations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant