forked from demozoo/demozoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
39 lines (36 loc) · 992 Bytes
/
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
beautifulsoup4>=4.9.3,<5
bleach>=3.2,<3.3
Django>=3.1,<3.2
Fabric>=2.5,<2.6
Markdown>=3.0,<4
Pillow>=8.0,<9
boto3>=1.14,<1.15
celery>=4.3,<4.4
django-compressor>=2.4,<2.5
django-cors-headers>=3.7,<4
django-debug-toolbar>=2,<3
django-storages>=1.9,<1.10
django-taggit>=1.3,<1.4
django-treebeard>=4.3,<4.4
djangorestframework>=3.12,<3.13
djangorestframework-jsonp==1.0.2
psycopg2>=2.5.4,<3.0
pyrecoil>=0.3.1,<0.4
redis>=3.4,<3.5
unidecode==0.04.14
bcrypt>=3.1,<3.2 # 3.2 drops py2.7
django-extensions>=2.0,<2.1
coverage>=5.0,<6.0
django-dotenv>=1.4.2,<2.0
# pinned because newer versions keep breaking shit
# https://github.com/dateutil/dateutil/issues/1071
# https://github.com/dateutil/dateutil/issues/402
python-dateutil==2.5.1
# freezegun >= 0.3.15 depends on python-dateutil having a property dateutil.tz.UTC,
# which only exists on shitty broken versions (>=2.7) of python-dateutil
freezegun==0.3.14
mock>=3.0,<4.0
requests>=2.22,<3.0
responses>=0.10,<0.11
isort==5.7.0
flake8==3.9.0