-
Notifications
You must be signed in to change notification settings - Fork 15
/
requirements.txt
168 lines (168 loc) · 13.2 KB
/
requirements.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
agavepy==1.0.0a12
amqp==5.1.1; python_version >= "3.7"
appnope==0.1.3; sys_platform == "darwin" and python_version >= "3.4"
arrow==1.2.3; python_version >= "3.6"
asgiref==3.6.0; python_version >= "3.7"
astroid==2.14.2; python_full_version >= "3.7.2"
async-timeout==4.0.2; python_version >= "3.7"
atomicwrites==1.4.1; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.4.0" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5")
attrdict==2.0.1
attrs==22.2.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
backcall==0.2.0; python_version >= "3.4"
billiard==3.6.4.0; python_version >= "3.7"
black==21.12b0; python_full_version >= "3.6.2"
boxsdk==2.14.0
cached-property==1.5.2; python_version < "3.8" and python_version >= "3.7"
cachetools==5.3.0; python_version >= "3.7" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7")
celery==5.2.7; python_version >= "3.7"
certifi==2022.12.7; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.4.0" and python_version < "4" and python_version >= "3.7"
cffi==1.15.1; python_version >= "2.7" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5") or platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5") and python_full_version >= "3.5.0"
charset-normalizer==3.0.1; python_version >= "3.7" and python_version < "4"
click-didyoumean==0.3.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
click-plugins==1.1.1; python_version >= "3.7"
click-repl==0.2.0; python_version >= "3.7"
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
cloudpickle==2.2.1; python_version >= "3.6"
colorama==0.4.6; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.2" and platform_system == "Windows" and (python_version >= "3.4" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.4" and python_full_version >= "3.7.0") and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") or sys_platform == "win32" and python_version >= "3.7" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5") and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") and python_full_version >= "3.7.0")
coverage==7.1.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
cryptography==2.9.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
curlify==2.2.1
decorator==5.1.1; python_version >= "3.5"
dill==0.3.6
django-appconf==1.0.5; python_version >= "3.6"
django-bootstrap3==11.1.0
django-classy-tags==3.0.1; python_version >= "3.7"
django-cms==3.8.0
django-entangled==0.5.3
django-filer==1.7.1
django-formtools==2.2
django-haystack==2.8.1
django-impersonate==1.5.1
django-ipware==1.2.0
django-js-asset==2.0.0; python_version >= "3.6"
django-mptt==0.14.0; python_version >= "3.6"
django-polymorphic==2.1.2
django-recaptcha2==1.4.1
django-recaptcha==3.0.0
django-sekizai==1.1.0
django-select2==6.3.1
django-termsandconditions==1.2.15
django-treebeard==4.5.1; python_version >= "3.6"
django-websocket-redis==0.6.0
django==2.2.28; python_version >= "3.5"
djangocms-admin-style==3.2.3; python_version >= "3.7"
djangocms-attributes-field==2.0.0
djangocms-cascade==1.3.7
djangocms-file==2.4.0
djangocms-forms-maintained @ git+https://github.com/avryhof/djangocms-forms@d8a69efd2f447ee2f940c7b6f5b8b088c9cb79ed
djangocms-googlemap==1.4.0
djangocms-picture==2.4.0
djangocms-snippet==2.3.0
djangocms-style==2.3.0
djangocms-text-ckeditor==4.0.0
djangocms-video==2.3.0
dropbox==10.6.0
easy-thumbnails==2.8.5; python_version >= "3.6"
elasticsearch-dsl==7.4.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
elasticsearch==7.17.9; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0" and python_version < "4")
et-xmlfile==1.1.0; python_version >= "3.7"
exifread==2.3.2
future==0.18.3; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
gevent==22.10.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5"
google-api-core==2.11.0; python_version >= "3.7"
google-api-python-client==2.77.0; python_version >= "3.7"
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.4.6; python_version >= "3.6"
google-auth==2.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
googleapis-common-protos==1.58.0; python_version >= "3.7"
greenlet==2.0.2; python_version >= "2.7" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" or python_version > "3.5" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" or python_version > "3.5" and platform_python_implementation == "CPython" and python_full_version >= "3.5.0"
hashids==1.3.1; python_version >= "2.7"
html5lib==1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
httplib2==0.21.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
idna==3.4; python_version >= "3.7" and python_version < "4"
importlib-metadata==2.1.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
importlib-resources==5.10.2; python_version >= "3.7"
ipdb==0.12.3; python_version >= "2.7"
ipython==6.5.0; python_version >= "3.3"
isort==5.11.5; python_full_version >= "3.7.2"
jedi==0.18.2; python_version >= "3.6"
jinja2==3.1.2; python_version >= "3.7"
jsonfield==3.1.0; python_version >= "3.6"
jsonpickle==0.9.6
kombu==5.2.4; python_version >= "3.7"
lazy-object-proxy==1.9.0; python_version >= "3.7" and python_full_version >= "3.7.2"
markupsafe==2.1.2; python_version >= "3.7"
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.7.2"
mock==4.0.3; python_version >= "3.6"
more-itertools==9.0.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
mypy-extensions==1.0.0; python_version >= "3.5" and python_full_version >= "3.6.2"
mysqlclient==1.4.6
oauth2client==4.1.3
oauthlib==3.2.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
olefile==0.46; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
openpyxl==3.1.1; python_version >= "3.7"
opf-fido==1.6.1
packaging==23.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
parso==0.8.3; python_version >= "3.6"
pathspec==0.11.0; python_version >= "3.7" and python_full_version >= "3.6.2"
petname==2.6
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.4"
pickleshare==0.7.5; python_version >= "3.4"
pillow==9.4.0; python_version >= "3.7"
platformdirs==3.0.0; python_version >= "3.7" and python_full_version >= "3.7.2"
pluggy==0.13.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
ply==3.11
prompt-toolkit==1.0.18; python_version >= "3.7"
protobuf==4.21.12; python_version >= "3.7"
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.3"
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
pyasn1-modules==0.2.8; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
pyasn1==0.4.8; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") or python_full_version >= "3.6.0" and python_version >= "3.7" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7")
pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pygments==2.14.0; python_version >= "3.6"
pyjwt==1.7.1
pylint==2.16.2; python_full_version >= "3.7.2"
pymongo==3.13.0
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7"
pytest-asyncio==0.14.0; python_version >= "3.5"
pytest-cov==2.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pytest-django==3.10.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pytest-mock==3.10.0; python_version >= "3.7"
pytest==5.4.3; python_version >= "3.5"
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
python-dotenv==0.21.1; python_version >= "3.7"
python-magic==0.4.27; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
python-memcached==1.59
pytz==2022.7.1; python_version >= "3.7"
pyyaml==6.0; python_version >= "3.7"
redis==4.5.1; python_version >= "3.7"
requests-mock==1.10.0
requests-oauthlib==1.3.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
requests-toolbelt==0.10.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
requests==2.28.2; python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6")
rsa==4.9; python_version >= "3.6" and python_version < "4" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7")
rt==1.0.13
simplegeneric==0.8.1; python_version >= "3.4"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
sqlparse==0.4.3; python_version >= "3.6"
stone==3.3.1
tablib==3.3.0; python_version >= "3.7"
toml==0.10.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
tomli==1.2.3; python_version >= "3.6" and python_full_version >= "3.7.2" and python_version < "3.11"
tomlkit==0.11.6; python_version >= "3.6" and python_full_version >= "3.7.2"
traitlets==5.9.0; python_version >= "3.7"
typed-ast==1.5.4; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.7.2" and python_version >= "3.6"
typing-extensions==4.4.0
unidecode==1.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
uritemplate==4.1.1; python_version >= "3.7"
urllib3==1.26.14; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
uwsgi==2.0.21
uwsgitop==0.11
vine==5.0.0; python_version >= "3.7"
wcwidth==0.2.6; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
webencodings==0.5.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
websocket-client==1.5.1; python_version >= "3.7"
wrapt==1.14.1
zipp==3.13.0; python_version < "3.8" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.5.0") and python_full_version >= "3.6.2"
zope.event==4.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5"
zope.interface==5.5.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version > "3.5"