-
Notifications
You must be signed in to change notification settings - Fork 22
/
requirements.in
57 lines (54 loc) · 1.05 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
-e git+https://github.com/beaugunderson/django-storages-s3upload.git#egg=django-storages-s3upload
# 20200507 Added to enable Apple OAuth from a feature PR in progress.
-e git+https://github.com/gedankenstuecke/django-allauth.git@c9aa44fb22771b00f70ed68d1030aad44bbe9ae2#egg=django-allauth
ansicolors
arrow
beautifulsoup4
bleach
boto3==1.12
brotlipy
celery==5.4.0
cffi==1.16.0
dj-database-url
Django==3.2
#django-allauth
django-appconf
django-autoslug
django-bmemcached
django-bootstrap-pagination
django-cors-headers
django-debug-toolbar
django-extensions
django-filter
django-forms-bootstrap
django-heroku
django-ipware
django-oauth-toolkit
django-recaptcha
django-storages==1.9.1
django-waffle==0.20.0
django_coverage_plugin
djangorestframework
factory-boy
feedparser
gevent
gunicorn
Jinja2
jsonfield # can't remove this because migrations depend on it presently
mailchimp
Markdown
mock
Pillow # for sorl-thumbnail
psycopg2==2.9.9
pyparsing
PyJWT
raven
redis
requests
selenium
sorl-thumbnail
termcolor
# modules we control
django-gulp
django-hash-filter2
env-tools