-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
pip.txt
93 lines (73 loc) · 1.78 KB
/
pip.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Base packages
pip==9.0.1
appdirs==1.4.3
virtualenv==15.1.0
docutils==0.14
Sphinx==1.7.0
sphinx_rtd_theme==0.2.5b1
Pygments==2.2.0
# latest compatible version with our code
# https://github.com/rtfd/readthedocs.org/pull/2916#discussion_r172991757
mkdocs==0.15.0
django==1.9.13
six==1.11.0
future==0.16.0
readthedocs-build<2.1
# django-tastypie 0.13.x and 0.14.0 are not compatible with our code
django-tastypie==0.13.0
django-haystack==2.7.0
celery-haystack==0.10
django-guardian==1.4.9
django-extensions==2.0.0
# djangorestframework 3.7.x drops support for django 1.9.x
djangorestframework==3.6.4
django-vanilla-views==1.0.4
jsonfield==2.0.2
requests==2.18.4
slumber==0.7.1
lxml==4.1.1
defusedxml==0.5.0
# Basic tools
redis==2.10.6
celery==4.1.0
# django-allauth 0.33.0 dropped support for Django 1.9
# https://django-allauth.readthedocs.io/en/latest/release-notes.html#backwards-incompatible-changes
django-allauth==0.32.0
dnspython==1.15.0
# VCS
httplib2==0.10.3
# Search
elasticsearch==1.5.0
pyelasticsearch==0.7.1
pyquery==1.4.0
# Utils
django-gravatar2==1.4.2
pytz==2018.3
beautifulsoup4==4.6.0
Unipath==1.1
django-kombu==0.9.4
mimeparse==0.1.3
mock==2.0.0
# stripe 1.20.2 is the latest compatible with our code base (otherwise
# gold/tests/test_forms.py fails)
stripe==1.20.2
django-formtools==2.1
django-dynamic-fixture==2.0.0
docker-py==1.3.1
django-textclassifier==1.0
django-annoying==0.10.4
django-messages-extends==0.6.0
djangorestframework-jsonp==1.0.2
django-taggit==0.22.2
dj-pagination==2.3.2
# Docs
sphinxcontrib-httpdomain==1.6.0
# commonmark 0.5.5 is the latest version compatible with our docs, the
# newer ones make `tox -e docs` to fail
commonmark==0.5.5
recommonmark==0.4.0
# Version comparison stuff
packaging==16.8
# Commenting stuff
django-cors-middleware==1.3.1
nilsimsa==0.3.8