forked from fecgov/fec-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
50 lines (42 loc) · 836 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
40
41
42
43
44
45
46
47
48
49
50
Django==3.2.15
cfenv==0.5.2
dj-database-url==0.4.2
django-libsass==0.7
gunicorn==19.10.0
gevent==1.4.0
greenlet==0.4.16 # pinned 2020-09-22 to fix build problem (parent gevent)
psycopg2==2.8.6
requests==2.25.1
urllib3==1.26.7
slacker==0.8.6
whitenoise==5.2.0
wagtail==2.15.4
Jinja2==3.0.0
django_jinja==2.7.0
pillow==9.0.1
CacheControl==0.11.5
cachetools==1.0.2
github3.py==0.9.6
django-utils-six==2.0 # pinning until other packages support Django 3.x
# Development
invoke==0.15.0
GitPython==3.1.27
requests-mock==1.3.0
pdbpp==0.9.1
lxml==4.9.1
# Data import
unicode-slugify==0.1.3
python-dateutil==2.6.0
# Content import
beautifulsoup4==4.8.2
django-storages==1.7.1
boto3==1.7.21
cg-django-uaa==2.1.3
# Testing
coverage==5.5
pytest==6.2.2
Faker==0.8.6
flake8==4.0.1
pytest-django==4.1.0
pytest-cov==2.11.1
pytest-flake8==1.0.7