-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Tornado requirements and change log #55982
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should add the tornado requirements to the base.txt file since they are now a hard dependency(they were before but they were pulled from tornado).
And remove tornado from base.txt.
If pkg/win/req.txt
or pkg/osx/req.txt
doesn't pull from base.txt
, we also need to pull out tornado from those and add the tornado dependencies.
Let me know if you need me to update the static requirements after three changes.
8b22b17
to
6ed189e
Compare
I know our current requirement lock process is bad and broken, I'm looking at either fixing it or getting an alternative post neon. |
What does this PR do?
Update Tornado requirements and changelog
Tests written?
Yes - In a previous PR
Commits signed with GPG?
Yes.