Skip to content

#3757 Split requirements/pip.txt #3767

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
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r pip.txt
-r local-docs-build.txt
psycopg2==2.7.3.2
gunicorn==19.1.0
pysolr==2.0.13
Expand Down
1 change: 1 addition & 0 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r pip.txt
-r local-docs-build.txt
maxcdn
astroid
pylint
Expand Down
9 changes: 9 additions & 0 deletions requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mkdocs==0.14.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should match all the versions that we are installing here with the ones that we are installing by default at

https://github.com/rtfd/readthedocs.org/blob/8f2d59cdcdee0050feece79465d1a6c5c903ecf5/readthedocs/doc_builder/python_environments.py#L195-L228

sphinxcontrib-httpdomain==1.4.0
commonmark==0.5.5
recommonmark==0.4.0
docutils==0.11
Sphinx==1.5.3
sphinx_rtd_theme==0.2.5b1
readthedocs-build<2.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is needed in pip.txt since it's used to parse the YAML file even when the docs are built under Docker.


1 change: 1 addition & 0 deletions requirements/onebox.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r pip.txt
-r local-docs-build.txt
gunicorn
#For resizing images
pillow
Expand Down
9 changes: 0 additions & 9 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
pip==9.0.1
appdirs==1.4.3
virtualenv==15.0.1
docutils==0.11
Sphinx==1.5.3
sphinx_rtd_theme==0.2.5b1
Pygments==2.2.0
mkdocs==0.14.0
django==1.9.12
six==1.10.0
future==0.16.0
readthedocs-build<2.1

django-tastypie==0.13.0
django-haystack==2.6.0
Expand Down Expand Up @@ -58,10 +53,6 @@ django-messages-extends==0.5
djangorestframework-jsonp==1.0.2
django-taggit==0.22.2

# Docs
sphinxcontrib-httpdomain==1.4.0
commonmark==0.5.5
recommonmark==0.4.0

# Version comparison stuff
packaging==16.8
Expand Down
1 change: 1 addition & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r pip.txt
-r local-docs-build.txt

pytest<4,>=3.3.2
pytest-django==3.1.2
Expand Down