-
Notifications
You must be signed in to change notification settings - Fork 2
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
setup.py does not require flask #2
Comments
Travis works because it installs modules listed in requirements.txt. |
as an additional fix, first remove the install of requirements.txt from the .travis.yaml and watch the build fail. then fix |
@eric-s-s hello, I would like to give this issue a try please. |
reference pull request #7 |
@ragnarokatz Excellent and welcome! |
as you'll note in the conversation above, first I want to make sure that the travis build will properly fail without the |
hello @eric-s-s, I have removed both the now I will proceed to add back the |
nope, still fails: @eric-s-s |
definitely a different solution. if you look at the build report, everything loaded fine, and there's some other problem. |
Eric, Something to try as I think you mentioned it was a breaking change to Flask is to add a constraints.txt to the project to control which version requirements.txt will install if needed. |
|
Setup.py is missing a stanza to require flask.
The text was updated successfully, but these errors were encountered: