Skip to content

#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

Closed
wants to merge 1 commit 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
3 changes: 2 additions & 1 deletion 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 All @@ -10,6 +11,6 @@ hiredis==0.1.2
maxcdn==0.0.7

#For resizing images
pillow
pillow==2.6.1

cssselect==0.7.1
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
8 changes: 8 additions & 0 deletions requirements/local-docs-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mkdocs==0.15.0
sphinxcontrib-httpdomain==1.4.0
commonmark==0.5.4
recommonmark==0.4.0
docutils==0.13.1
Sphinx==1.5.3
sphinx_rtd_theme<0.3
readthedocs-build<2.1
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
14 changes: 4 additions & 10 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#LOCAL-DOCS-BUILD PACKAGE
Copy link
Contributor

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.

-r local-docs-build.txt

# Base packages
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
Copy link
Contributor

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.

django==1.9.12
six==1.10.0
future==0.16.0
readthedocs-build<2.1
Copy link
Contributor

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


django-tastypie==0.13.0
django-haystack==2.6.0
Expand Down Expand Up @@ -58,10 +56,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 All @@ -71,4 +65,4 @@ django-cors-middleware==1.3.1
nilsimsa==0.3.7

# Pegged git requirements
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev
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