Skip to content

Commit 1f38632

Browse files
committed
readthedocs#3757: split requirements/pip.txt
1 parent e5facfe commit 1f38632

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

requirements/deploy.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r pip.txt
2+
-r local-docs-build.txt
23
psycopg2==2.7.3.2
34
gunicorn==19.1.0
45
pysolr==2.0.13
@@ -10,6 +11,6 @@ hiredis==0.1.2
1011
maxcdn==0.0.7
1112

1213
#For resizing images
13-
pillow
14+
pillow==2.6.1
1415

1516
cssselect==0.7.1

requirements/lint.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r pip.txt
2+
-r local-docs-build.txt
23
maxcdn
34
astroid
45
pylint

requirements/local-docs-build.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
mkdocs==0.15.0
2+
sphinxcontrib-httpdomain==1.4.0
3+
commonmark==0.5.4
4+
recommonmark==0.4.0
5+
docutils==0.13.1
6+
Sphinx==1.5.3
7+
sphinx_rtd_theme<0.3
8+
readthedocs-build<2.1

requirements/onebox.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r pip.txt
2+
-r local-docs-build.txt
23
gunicorn
34
#For resizing images
45
pillow

requirements/pip.txt

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1+
#LOCAL-DOCS-BUILD PACKAGE
2+
-r local-docs-build.txt
3+
14
# Base packages
25
pip==9.0.1
36
appdirs==1.4.3
47
virtualenv==15.0.1
5-
docutils==0.11
6-
Sphinx==1.5.3
7-
sphinx_rtd_theme==0.2.5b1
88
Pygments==2.2.0
9-
mkdocs==0.14.0
109
django==1.9.12
1110
six==1.10.0
1211
future==0.16.0
13-
readthedocs-build<2.1
1412

1513
django-tastypie==0.13.0
1614
django-haystack==2.6.0
@@ -58,10 +56,6 @@ django-messages-extends==0.5
5856
djangorestframework-jsonp==1.0.2
5957
django-taggit==0.22.2
6058

61-
# Docs
62-
sphinxcontrib-httpdomain==1.4.0
63-
commonmark==0.5.5
64-
recommonmark==0.4.0
6559

6660
# Version comparison stuff
6761
packaging==16.8
@@ -71,4 +65,4 @@ django-cors-middleware==1.3.1
7165
nilsimsa==0.3.7
7266

7367
# Pegged git requirements
74-
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev
68+
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev

requirements/testing.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r pip.txt
2+
-r local-docs-build.txt
23

34
pytest<4,>=3.3.2
45
pytest-django==3.1.2

0 commit comments

Comments
 (0)