-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements.txt
56 lines (56 loc) · 1.75 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
49
50
51
52
53
54
55
56
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
autoflake==0.7
autopep8==1.3.2
certifi==2017.7.27.1 # via requests
chardet==3.0.4 # via requests
click==6.7 # via pip-tools
coverage==4.4.1 # via coveralls, pytest-cov
coveralls==1.2.0
django-autoslug==1.9.3
django-easy-select2==1.3.4
django-enumfields==0.9.0
django-environ==0.4.4
django-filter==1.0.4
django-parler-rest==1.4.2
django-parler==1.8 # via django-parler-rest
django==1.11.20
djangorestframework-gis==0.11.2
djangorestframework==3.6.4
docopt==0.6.2 # via coveralls
factory-boy==2.11.1 # via pytest-factoryboy
faker==0.8.4 # via factory-boy
flake8-isort==2.2.2
flake8-polyfill==1.0.1 # via flake8-isort
flake8==3.4.1
httpio==0.1.3
idna==2.6 # via requests
inflection==0.3.1 # via pytest-factoryboy
isort==4.2.15 # via flake8-isort
jsonschema==2.6.0
lxml==4.3.3
mccabe==0.6.1 # via flake8
more-itertools==7.0.0 # via pytest
pip-tools==3.6.1
pluggy==0.9.0 # via pytest
psycopg2==2.7.3.1
py==1.8.0 # via pytest
pycodestyle==2.3.1 # via autopep8, flake8
pyflakes==1.5.0 # via autoflake, flake8
pytest-cov==2.5.1
pytest-django==3.4.8
pytest-factoryboy==2.0.2
pytest==4.4.1 # via pytest-cov, pytest-django, pytest-factoryboy
python-dateutil==2.6.1 # via faker
pytz==2017.2
pyyaml==5.1
requests==2.21.0 # via coveralls, httpio
six==1.11.0 # via django-environ, faker, pip-tools, pytest, python-dateutil
testfixtures==5.2.0 # via flake8-isort
urllib3==1.24.2 # via requests