This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
requirements.in
67 lines (63 loc) · 1.64 KB
/
requirements.in
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
gunicorn
whitenoise[brotli]
us # for US states on profiles
python-dotenv
sentry-sdk
sorl-thumbnail
Pillow
geographiclib # for maps
geopy
airtable-python-wrapper # for airtable import, which we don't do anymore - consider dropping it
boto3
yurl # for parsing storage url
django-cleanup
django-upload-path
git+https://github.com/thoas/django-sluggable.git@ab01785412e25ab8c6db48ead7188e6245fb82a0
django-autoslug
django-enumfield>=3.0
django-enumfields # a better version of django-enumfield
django-crispy-forms
crispy-bootstrap3
django-widget-tweaks # a better version of django-crispy-forms
django-allauth
django-authtools>=2.0.0
pwned-passwords-django
django-recaptcha
django-webpack-loader
django-admin-rangefilter
django-admin-relation-links
django-settings-export
django-sekizai>=4.0.0
django-environ
django-extensions # for python manage.py clear_cache on deployment
algoliasearch-django # for profiles & groups search
django-import-export
django-referrer-policy
django-feature-policy==3.8.0
rules
django-flags>=5.0.11 # for feature flags
django-modeladmin-reorder # reorder admin panel homepage apps
django-adminutils # a set of shortcuts for admin.py composition
djangorestframework
django-storage-url
django-solo
django-select2
django-storages==1.11.1 # 1.12+ pobably needs an update of boto3 & its reqs, otherwise throws an ssl error on upload
boto3>=1.18.38
# db packages
dj-database-url
psycopg2
# dev packages (might try to move it out for deployment speed optimization)
flake8-isort
pep8-naming
isort
black
jasmine
pytest
pytest-django
pytest-selenium
pytest-black
pytest-flake8==1.1.0
pip-tools
faker
model_bakery>=1.7.0