-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathpip.txt
114 lines (88 loc) · 3.11 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Base packages
pip==19.2.2
appdirs==1.4.3
virtualenv==16.7.2
django==1.11.23 # pyup: <1.12
django-extensions==2.2.1
django_polymorphic==2.1.2
djangorestframework==3.10.2
# For intersphinx during builds
# Use <2.x until we fix some issues in our theme.
# Some things are not rendering properly and sidebar shows titles in gray.
Sphinx==1.8.5 # pyup: <2.0.0
# Filtering for the REST API
django-filter==2.2.0
drf-flex-fields==0.5.0
drf-extensions==0.5.0
django-vanilla-views==1.0.6
jsonfield==2.0.2
requests==2.22.0
requests-toolbelt==0.9.1
slumber==0.7.1
pyyaml==5.1.2
Pygments==2.4.2
# Basic tools
# Redis 3.x has an incompatible change and fails
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
# https://github.com/sebleier/django-redis-cache/pull/162
redis==2.10.6 # pyup: ignore
# Kombu >4.3 requires redis>=3.2
kombu==4.3.0 # pyup: ignore
# Celery 4.2 is incompatible with our code
# when ALWAYS_EAGER = True
celery==4.1.1 # pyup: ignore
django-allauth==0.39.1
GitPython==3.0.0
# Search
elasticsearch==6.4.0 # pyup: <7.0.0
# elasticsearch-dsl==6.3.1 produces this error
# File "/home/travis/build/rtfd/readthedocs.org/.tox/py36/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 8, in <module>
# from elasticsearch_dsl.document import DocTypeMeta as DSLDocTypeMeta
# ImportError: cannot import name 'DocTypeMeta'
#
# Commit 97e3f75 adds the NestedFacet
git+https://github.com/elastic/elasticsearch-dsl-py@97e3f756a8cacd1c863d3ced3d17abcafbb0f85e#egg=elasticsearch-dsl==6.1.1
# django-elasticsearch-dsl==6.4.1 produces this error
# File "/home/travis/build/readthedocs/readthedocs.org/.tox/py36/lib/python3.6/site-packages/django_elasticsearch_dsl/__init__.py", line 3, in <module>
# from .documents import DocType # noqa
# File "/home/travis/build/readthedocs/readthedocs.org/.tox/py36/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 7, in <module>
# from elasticsearch_dsl import Document as DSLDocument
# ImportError: cannot import name 'Document'
django-elasticsearch-dsl==0.5.1 # pyup: ignore
pyquery==1.4.0
# lxml is used by pyquery
# defusedxml is recommended when using lxml
lxml==4.4.1
defusedxml==0.6.0
# Utils
django-gravatar2==1.4.2
pytz==2019.2
Unipath==1.1
django-kombu==0.9.4
mock==3.0.5
stripe==2.34.0
# unicode-slugify==0.1.5 is not released on PyPI yet
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
django-formtools==2.1
django-crispy-forms==1.7.2
docker==4.0.2
django-textclassifier==1.0
# django-textclassifier doesn't have pinned versions
# if there is an update they could break our code
nltk==3.4.4
textblob==0.15.3
django-annoying==0.10.4
django-messages-extends==0.6.0
djangorestframework-jsonp==1.0.2
django-taggit==1.1.0
dj-pagination==2.4.0
# Version comparison stuff
packaging==19.1
# Commenting stuff
django-cors-middleware==1.4.0
# User agent parsing - used for analytics purposes
user-agents==2.0
# Utilities used to upload build media to cloud storage
django-storages==1.7.1 # pyup: <1.8
# Required only in development and linting
django-debug-toolbar==2.0