-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements-dev.txt
34 lines (33 loc) · 1.09 KB
/
requirements-dev.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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
appdirs==1.4.3 # via black
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via black, pytest
black==19.3b0
click==7.0 # via black
coverage==4.5.1 # via pytest-cov
factory-boy==2.11.1
faker==0.9.0 # via factory-boy
flake8==3.5.0
freezegun==0.3.10
httpretty==0.9.5
isort==4.3.4
mccabe==0.6.1 # via flake8
more-itertools==4.3.0 # via pytest
pluggy==0.7.1 # via pytest
py==1.6.0 # via pytest
pycodestyle==2.3.1 # via flake8
pyflakes==1.6.0 # via flake8
pytest-cov==2.6.0
pytest-django==3.4.2
pytest==3.8.0
python-dateutil==2.7.3 # via faker, freezegun
six==1.11.0 # via faker, freezegun, httpretty, more-itertools, pytest, python-dateutil
text-unidecode==1.2 # via faker
toml==0.10.0 # via black
# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via pytest