-
Notifications
You must be signed in to change notification settings - Fork 25
/
requirements.txt
48 lines (48 loc) · 1.11 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
# -*- conf-mode -*-
#
# NOTE: 2021-09-20 pip install cloudflare==2.8.15 fails with
# AttributeError: 'Distribution' object has no attribute 'convert_2to3_doctests'
# downgarding setuptools 58.0.4 to 53.0.0 fixes issue
#
#setuptools==53.0.0 # Require this first, to prevent later errors
#bs4 # 4.1.3 was installed
beautifulsoup4
celery==5.4.0
cloudflare==2.12.4
cryptography
Django>=4.1,<5.0
django-appconf # 0.6 was installed
django-bootstrap5
django-csp==3.7
django-celery-beat==2.5.0
django-debug-toolbar>=1.7
django-environ
django-referrer-policy>=1.0
django-widget-tweaks>=1.3
elasticsearch>=7.0.0,<8.0.0
elasticsearch-dsl>=7.0.0,<8.0.0
factory-boy>=2.6.0
flower>=1.0.0
gunicorn==22.0.0
html5lib
jedi==0.17.2 # 0.18 has bug with ipython
jsonschema[format]>=4.2.1
lxml==5.1.0 # 5.2.0 lxml.html.clean module now separate
mailmanclient==3.3.5
mock>=2.0.0
mozilla-django-oidc==2.0.0
passlib
psycopg==3.1.12
pymemcache==3.5.2
python-json-logger>=2.0.7
pyopenssl
pyquery
pytest
pytest-cov>=2.5.1
pytest-flakes
pytest-pycodestyle
pytest-django>=2.9.1
python-dateutil>=2.2
scout-apm>=2.23.0
selenium
six