-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
#3757: Split requirements/pip.txt #3783
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
@rajujha373 would you like to rebase and see the current packages that has been updated recently? (maybe you can take a look to the requirements files of the curren master) |
Yeah, @stsewd I would love to do so. Will get back when done. Thanks :) |
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.
Need a few more pieces on this, and also needs a rebase or master needs to be merged in.
django==1.9.12 | ||
six==1.10.0 | ||
future==0.16.0 | ||
readthedocs-build<2.1 |
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.
This is not a docs only dependency
Pygments==2.2.0 | ||
mkdocs==0.14.0 |
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.
This isn't a docs only dependency, I'm mostly certain it's not even a dependency at all. You'll need to test this more.
@@ -1,16 +1,14 @@ | |||
#LOCAL-DOCS-BUILD PACKAGE |
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.
Nitpick: this isn't a package, it's a requirements file.
Closing this, as it's quite out of date and hasn't been updated. Feel free to open another PR with this work against the latest requirements. |
Hi @humitos , I have made the requested changes in pull request #3767 here which references the issue #3757