Create requirements.txt
Browse files- app/requirements.txt +311 -0
app/requirements.txt
ADDED
@@ -0,0 +1,311 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aioredis==1.3.1
|
2 |
+
amqp==5.1.1
|
3 |
+
appdirs==1.4.4
|
4 |
+
arabic-reshaper==2.1.3
|
5 |
+
asgiref==3.7.2
|
6 |
+
aspy.refactor-imports==2.2.0
|
7 |
+
astroid==2.9.3
|
8 |
+
async-generator==1.10
|
9 |
+
async-timeout==4.0.2
|
10 |
+
atomicwrites==1.4.0
|
11 |
+
attrs==21.2.0
|
12 |
+
autobahn==20.7.1
|
13 |
+
Automat==20.2.0
|
14 |
+
autopep8
|
15 |
+
Babel==2.9.1
|
16 |
+
backcall==0.2.0
|
17 |
+
backports.zoneinfo==0.2.1
|
18 |
+
barcode==1.0.3
|
19 |
+
beautifulsoup4==4.9.3
|
20 |
+
billiard==3.6.4.0
|
21 |
+
black==21.6b0
|
22 |
+
Brotli==1.1.0
|
23 |
+
cached-property==1.5.2
|
24 |
+
cachetools==4.0.0
|
25 |
+
cairocffi==1.3.0
|
26 |
+
CairoSVG==2.5.2
|
27 |
+
celery==5.2.7
|
28 |
+
celery-progress==0.1.2
|
29 |
+
certifi==2022.12.7
|
30 |
+
cffi==1.15.0
|
31 |
+
cfgv==3.3.0
|
32 |
+
channels==3.0.5
|
33 |
+
charset-normalizer==2.0.4
|
34 |
+
click==8.1.3
|
35 |
+
click-didyoumean==0.3.0
|
36 |
+
click-plugins==1.1.1
|
37 |
+
click-repl==0.2.0
|
38 |
+
colorama==0.4.4
|
39 |
+
commonmark==0.9.1
|
40 |
+
ConfigArgParse==1.7
|
41 |
+
constantly==15.1.0
|
42 |
+
coverage==5.5
|
43 |
+
crispy-bootstrap5==0.6
|
44 |
+
cryptography==3.3.1
|
45 |
+
cryptography318==0.1.8
|
46 |
+
cssselect2==0.4.1
|
47 |
+
Cython==0.29.30
|
48 |
+
daphne==3.0.2
|
49 |
+
decorator==5.0.9
|
50 |
+
defusedxml==0.7.1
|
51 |
+
distlib==0.3.2
|
52 |
+
Django==3.2.20
|
53 |
+
django-admin-interface==0.22.2
|
54 |
+
django-allauth==0.51.0
|
55 |
+
django-allauth-2fa==0.8
|
56 |
+
django-appconf==1.0.6
|
57 |
+
django-autocomplete-light==3.8.2
|
58 |
+
django-autoslug==1.9.8
|
59 |
+
django-autotranslate==1.2.0
|
60 |
+
django-celery-beat==2.3.0
|
61 |
+
django-celery-results==2.4.0
|
62 |
+
django-ckeditor==6.2.0
|
63 |
+
django-colorfield==0.9.0
|
64 |
+
django-compressor==4.4
|
65 |
+
django-cors-headers==3.7.0
|
66 |
+
django-countries==7.2.1
|
67 |
+
django-crispy-forms==1.14.0
|
68 |
+
django-csp==3.7
|
69 |
+
django-datatables-view==1.19.1
|
70 |
+
django-dbbackup==3.3.0
|
71 |
+
django-debug-toolbar==2.2
|
72 |
+
django-easy-select2==1.5.7
|
73 |
+
django-editorjs-fields==0.2.7
|
74 |
+
django-environ==0.11.2
|
75 |
+
django-excel==0.0.10
|
76 |
+
django-extensions==3.1.3
|
77 |
+
django-filter==22.1
|
78 |
+
django-flat-responsive==2.0
|
79 |
+
django-flat-theme==1.1.4
|
80 |
+
django-guardian==2.4.0
|
81 |
+
django-ipware==3.0.2
|
82 |
+
django-js-asset==1.2.2
|
83 |
+
django-json-widget==1.1.1
|
84 |
+
django-login-required-middleware==0.5.0
|
85 |
+
django-maintenance-mode==0.18.0
|
86 |
+
django-model-cached-property==0.0.2
|
87 |
+
django-model-info==0.2.2
|
88 |
+
django-model-utils==4.1.1
|
89 |
+
django-models-logging==1.0.8
|
90 |
+
django-mptt==0.12.0
|
91 |
+
django-nested-inline==0.4.3
|
92 |
+
django-otp==1.1.3
|
93 |
+
django-pandas==0.6.4
|
94 |
+
django-phonenumber-field==5.2.0
|
95 |
+
django-qr-code==3.0.0
|
96 |
+
django-querysetsequence==0.14
|
97 |
+
django-redis==5.2.0
|
98 |
+
django-report-builder==6.4.2
|
99 |
+
django-rest-authtoken==2.1.3
|
100 |
+
django-richtextfield==1.6.1
|
101 |
+
django-rosetta==0.9.6
|
102 |
+
django-scheduler==0.9.5
|
103 |
+
django-silk==4.3.0
|
104 |
+
django-simple-history==3.0.0
|
105 |
+
django-sql-explorer==2.5
|
106 |
+
django-storages==1.13.2
|
107 |
+
django-tenants==3.5.0
|
108 |
+
django-timezone-field==5.0
|
109 |
+
django-user-agents==0.4.0
|
110 |
+
django-wkhtmltopdf==3.4.0
|
111 |
+
djangorestframework==3.12.4
|
112 |
+
djangorestframework-appapi==0.0.3
|
113 |
+
djangorestframework-recursive==0.1.2
|
114 |
+
docopt==0.6.2
|
115 |
+
docxcompose==1.3.3
|
116 |
+
docxtpl==0.14.2
|
117 |
+
drf-writable-nested==0.7.0
|
118 |
+
enum34==1.1.6
|
119 |
+
et-xmlfile==1.1.0
|
120 |
+
execnet==1.9.0
|
121 |
+
Faker==9.8.3
|
122 |
+
filelock==3.0.12
|
123 |
+
flake8
|
124 |
+
flake8-black==0.2.1
|
125 |
+
fpdf2==2.4.1
|
126 |
+
future==0.18.2
|
127 |
+
futures==3.1.1
|
128 |
+
gevent==22.10.2
|
129 |
+
geventhttpclient==2.0.10
|
130 |
+
google-api-core==1.31.1
|
131 |
+
google-api-python-client==2.15.0
|
132 |
+
google-auth==1.34.0
|
133 |
+
google-auth-httplib2==0.1.0
|
134 |
+
google-cloud-core==1.7.2
|
135 |
+
google-cloud-translate==3.3.2
|
136 |
+
googleapis-common-protos==1.53.0
|
137 |
+
goslate==1.5.1
|
138 |
+
gprof2dot==2021.2.21
|
139 |
+
greenlet==2.0.2
|
140 |
+
grpcio==1.39.0
|
141 |
+
h11==0.12.0
|
142 |
+
hijri-converter==2.2.2
|
143 |
+
hiredis==1.1.0
|
144 |
+
html5lib==1.0.1
|
145 |
+
httplib2==0.19.1
|
146 |
+
hyperlink==20.0.1
|
147 |
+
icalendar==4.0.9
|
148 |
+
identify==2.2.10
|
149 |
+
idna==3.2
|
150 |
+
importlib-metadata==4.5.0
|
151 |
+
incremental==17.5.0
|
152 |
+
iniconfig==1.1.1
|
153 |
+
IP2Location==8.5.1
|
154 |
+
ipython==7.25.0
|
155 |
+
ipython_genutils==0.2.0
|
156 |
+
isort==5.9.1
|
157 |
+
itsdangerous==2.1.2
|
158 |
+
jedi==0.17.2
|
159 |
+
Jinja2==3.0.1
|
160 |
+
keyring==23.5.0
|
161 |
+
kombu==5.2.4
|
162 |
+
lazy-object-proxy==1.6.0
|
163 |
+
Levenshtein==0.21.1
|
164 |
+
lml==0.1.0
|
165 |
+
lxml==4.6.3
|
166 |
+
MarkupSafe==2.0.1
|
167 |
+
maxminddb==2.2.0
|
168 |
+
maxminddb-geolite2==2018.703
|
169 |
+
mccabe==0.6.1
|
170 |
+
mixer==7.1.2
|
171 |
+
mpmath==1.2.1
|
172 |
+
msgpack==1.0.0
|
173 |
+
mypy-extensions==0.4.3
|
174 |
+
nodeenv==1.6.0
|
175 |
+
num2words==0.5.10
|
176 |
+
numpy==1.21.0
|
177 |
+
oauthlib==3.2.0
|
178 |
+
opencv-python==4.9.0.80
|
179 |
+
openpyxl==3.1.2
|
180 |
+
outcome==1.1.0
|
181 |
+
packaging==20.9
|
182 |
+
pandas==1.2.5
|
183 |
+
parso==0.7.1
|
184 |
+
pathspec==0.8.1
|
185 |
+
pdfkit==1.0.0
|
186 |
+
pendulum==2.1.2
|
187 |
+
phonenumbers==8.12.31
|
188 |
+
pickleshare==0.7.5
|
189 |
+
Pillow
|
190 |
+
pip==23.2.1
|
191 |
+
platformdirs==2.4.0
|
192 |
+
pluggy==0.13.1
|
193 |
+
polib==1.1.1
|
194 |
+
pre-commit==2.13.0
|
195 |
+
pretty-bad-protocol
|
196 |
+
progress==1.6
|
197 |
+
prompt-toolkit==3.0.17
|
198 |
+
proto-plus==1.19.0
|
199 |
+
protobuf==3.17.3
|
200 |
+
psutil==5.8.0
|
201 |
+
psycopg2==2.8.6
|
202 |
+
py==1.10.0
|
203 |
+
py-w3c==0.3.1
|
204 |
+
pyasn1==0.4.8
|
205 |
+
pyasn1-modules==0.2.8
|
206 |
+
pycodestyle==2.8.0
|
207 |
+
pycountry==20.7.3
|
208 |
+
pycparser==2.20
|
209 |
+
pydocstyle==6.1.1
|
210 |
+
pydot==1.4.2
|
211 |
+
pyexcel==0.6.2
|
212 |
+
pyexcel-io==0.6.6
|
213 |
+
pyexcel-webio==0.1.2
|
214 |
+
pyexcel-xlsx==0.6.0
|
215 |
+
pyflakes
|
216 |
+
Pygments==2.9.0
|
217 |
+
PyHamcrest==2.0.2
|
218 |
+
PyJWT==2.4.0
|
219 |
+
pylint==2.12.2
|
220 |
+
PyMuPDF==1.22.5
|
221 |
+
pynput==1.7.3
|
222 |
+
pyOpenSSL==21.0.0
|
223 |
+
pyparsing
|
224 |
+
PyPDF2==3.0.1
|
225 |
+
pyphen==0.11.0
|
226 |
+
PySocks==1.7.1
|
227 |
+
pytest==6.2.4
|
228 |
+
pytest-cov==2.12.1
|
229 |
+
pytest-django==4.4.0
|
230 |
+
pytest-forked==1.3.0
|
231 |
+
pytest-runner==5.3.1
|
232 |
+
pytest-xdist==2.3.0
|
233 |
+
python-barcode==0.15.1
|
234 |
+
python-bidi==0.4.2
|
235 |
+
python-crontab==2.6.0
|
236 |
+
python-dateutil==2.8.1
|
237 |
+
python-docx==0.8.11
|
238 |
+
python-fsutil==0.9.3
|
239 |
+
python-gnupg==0.4.9
|
240 |
+
python-jsonrpc-server==0.4.0
|
241 |
+
python-language-server==0.36.2
|
242 |
+
python-Levenshtein==0.21.1
|
243 |
+
python-slugify==8.0.1
|
244 |
+
python3-openid==3.2.0
|
245 |
+
pytz==2022.2.1
|
246 |
+
pytzdata==2020.1
|
247 |
+
PyYAML==5.4.1
|
248 |
+
qrcode==7.3.1
|
249 |
+
rapidfuzz==3.2.0
|
250 |
+
rcssmin==1.1.1
|
251 |
+
redis==4.5.5
|
252 |
+
regex==2021.4.4
|
253 |
+
reportbro-fpdf==1.7.10
|
254 |
+
reportbro-lib==1.6.0
|
255 |
+
reportlab==3.5.67
|
256 |
+
requests==2.26.0
|
257 |
+
requests-oauthlib==1.3.1
|
258 |
+
rich==12.4.4
|
259 |
+
rjsmin==1.2.1
|
260 |
+
rollbar==0.16.2
|
261 |
+
roundrobin==0.0.4
|
262 |
+
rsa==4.7.2
|
263 |
+
seed-isort-config==2.2.0
|
264 |
+
segno==1.4.1
|
265 |
+
selenium==4.1.0
|
266 |
+
service-identity==18.1.0
|
267 |
+
setuptools==41.2.0
|
268 |
+
setuptools-scm==3.4.3
|
269 |
+
six==1.15.0
|
270 |
+
sniffio==1.2.0
|
271 |
+
snowballstemmer==2.1.0
|
272 |
+
sortedcontainers==2.4.0
|
273 |
+
soupsieve==2.2.1
|
274 |
+
sqlparse==0.4.1
|
275 |
+
sympy==1.9
|
276 |
+
testfixtures==6.18.5
|
277 |
+
text-unidecode==1.3
|
278 |
+
texttable==0.8.2
|
279 |
+
tinycss2==1.1.0
|
280 |
+
toml==0.10.2
|
281 |
+
tox==3.23.1
|
282 |
+
tqdm==4.62.1
|
283 |
+
traitlets==5.0.5
|
284 |
+
trio==0.19.0
|
285 |
+
trio-websocket==0.9.2
|
286 |
+
Twisted==20.3.0
|
287 |
+
txaio==20.4.1
|
288 |
+
typed-ast==1.4.3
|
289 |
+
typing==3.7.4
|
290 |
+
typing_extensions==4.0.0
|
291 |
+
tzdata==2022.5
|
292 |
+
ua-parser==0.10.0
|
293 |
+
ujson==4.1.0
|
294 |
+
unittest-xml-reporting==3.2.0
|
295 |
+
uritemplate==3.0.1
|
296 |
+
urllib3==1.26.6
|
297 |
+
user-agents==2.2.0
|
298 |
+
utils==1.0.1
|
299 |
+
vine==5.0.0
|
300 |
+
virtualenv==20.4.7
|
301 |
+
wcwidth==0.2.3
|
302 |
+
WeasyPrint==52.5
|
303 |
+
webencodings==0.5.1
|
304 |
+
wheel==0.37.0
|
305 |
+
wrapt==1.13.2
|
306 |
+
wsproto==1.0.0
|
307 |
+
XlsxWriter==1.4.3
|
308 |
+
xlwt==1.3.0
|
309 |
+
zipp==3.4.1
|
310 |
+
zope.event==5.0
|
311 |
+
zope.interface==5.1.0
|