Skip to content

Commit 614f018

Browse files
committed
minimal changes to required packages
1 parent 4258a81 commit 614f018

File tree

1 file changed

+69
-41
lines changed

1 file changed

+69
-41
lines changed

requirements/pip.txt

+69-41
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,74 @@
1-
beautifulsoup4==4.6.0
2-
celery==4.1.0
1+
# Base packages
2+
pip==9.0.1
3+
appdirs==1.4.3
4+
virtualenv==15.0.1
5+
docutils==0.11
6+
Sphinx==1.5.3
7+
sphinx_rtd_theme==0.2.4
8+
Pygments==2.2.0
9+
mkdocs==0.14.0
10+
django==1.11.7
11+
six==1.10.0
12+
future==0.16.0
13+
readthedocs-build==2.0.7
14+
15+
django-tastypie==0.13.0
16+
django-haystack==2.6.0
317
celery-haystack==0.10
4-
copyright==1.0.1.0
5-
Django==1.11.7
6-
django-allauth==0.34.0
7-
django-annoying==0.10.3
18+
django-guardian==1.4.6
19+
django-extensions==1.7.4
20+
djangorestframework==3.5.4
21+
django-vanilla-views==1.0.4
22+
jsonfield==1.0.3
23+
24+
requests==2.3.0
25+
slumber==0.7.1
26+
lxml==3.3.5
27+
defusedxml==0.5.0
28+
29+
# Basic tools
30+
redis==2.10.6
31+
celery==4.1.0
32+
django-allauth==0.32.0
33+
dnspython==1.15.0
34+
35+
# VCS
36+
httplib2==0.7.7
37+
38+
# Search
39+
elasticsearch==1.5.0
40+
pyelasticsearch==0.7.1
41+
pyquery==1.2.2
42+
43+
# Utils
44+
django-gravatar2==1.4.0
45+
pytz==2013b
46+
beautifulsoup4==4.1.3
47+
Unipath==1.1
48+
django-kombu==0.9.4
49+
mimeparse==0.1.3
50+
mock==1.0.1
51+
stripe==1.20.2
852
django-copyright==1.0.0
9-
django-cors-headers==2.1.0
10-
django-cors-middleware==1.3.1
11-
django-dynamic-fixture==1.9.5
12-
django-extensions==1.9.7
1353
django-formtools==2.1
14-
django-gravatar2==1.4.2
15-
django-guardian==1.4.9
16-
django-haystack==2.6.1
17-
django-kombu==0.9.4
18-
django-messages-extends==0.5
19-
django-taggit==0.22.1
20-
django-tastypie==0.14.0
54+
django-dynamic-fixture==1.8.5
55+
docker-py==1.3.1
2156
django-textclassifier==1.0
22-
django-vanilla-views==1.0.4
23-
djangorestframework==3.7.3
57+
django-annoying==0.10.1
58+
django-messages-extends==0.5
2459
djangorestframework-jsonp==1.0.2
25-
dnspython==1.15.0
26-
docker-py==1.10.6
27-
future==0.16.0
28-
httplib2==0.10.3
29-
ipdb==0.10.3
30-
jsonfield==2.0.2
31-
linaro-django-pagination==2.0.3
32-
mimeparse==0.1.3
33-
mkdocs==0.17.2
34-
pyelasticsearch==1.4
35-
pyquery==1.3.0
36-
python3-openid==3.1.0
37-
readthedocs-build==2.0.7
38-
redis==2.10.6
39-
slumber==0.7.1
40-
sphinx-rtd-theme==0.2.4
41-
sphinxcontrib-httpdomain==1.5.0
42-
stripe==1.75.0
43-
Unipath==1.1
44-
elasticsearch==1.5.0
45-
backports.ssl_match_hostname
46-
packaging
60+
61+
# Docs
62+
sphinxcontrib-httpdomain==1.4.0
63+
recommonmark==0.4.0
64+
65+
# Version comparison stuff
66+
packaging==16.8
67+
68+
# Commenting stuff
69+
django-cors-middleware==1.3.1
70+
nilsimsa==0.3.7
71+
72+
# Pegged git requirements
73+
git+https://github.com/zyga/django-pagination.git@86caf15#egg=django_pagination-dev
74+
django-taggit

0 commit comments

Comments
 (0)