Skip to content

Commit

Permalink
readthedocs#3757: split requirements/pip.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
irkartik committed Mar 13, 2018
1 parent e5facfe commit 1f38632
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
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
-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
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 +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

0 comments on commit 1f38632

Please sign in to comment.