forked from City-of-Helsinki/open-city-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
60 lines (59 loc) · 2 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# 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.3.0 # via pytest
attrs==19.1.0 # via black, pytest
autoflake==1.3
autopep8==1.4.4
backcall==0.1.0 # via ipython
black==19.3b0
click==7.0 # via black
coverage==4.5.3 # via pytest-cov
decorator==4.4.0 # via ipython, traitlets
entrypoints==0.3 # via flake8
factory-boy==2.12.0
faker==2.0.0 # via factory-boy
flake8-polyfill==1.0.2 # via pep8-naming
flake8==3.7.8
freezegun==0.3.12
importlib-metadata==0.18 # via pluggy, pytest
importmagic==0.1.7
ipython-genutils==0.2.0 # via traitlets
ipython==7.6.1
isort==4.3.21
jedi==0.14.1
mccabe==0.6.1 # via flake8
more-itertools==7.2.0 # via pytest
packaging==19.0 # via pytest
parso==0.5.1 # via jedi
pep8-naming==0.8.2
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pluggy==0.12.0 # via pytest
prompt-toolkit==2.0.9 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via autopep8, flake8
pydocstyle==4.0.0
pyflakes==2.1.1 # via autoflake, flake8
pygments==2.4.2 # via ipython
pyparsing==2.4.1.1 # via packaging
pytest-cov==2.7.1
pytest-django==3.5.1
pytest==5.0.1
python-dateutil==2.8.0 # via faker, freezegun
rope==0.14.0
six==1.12.0 # via faker, freezegun, packaging, prompt-toolkit, python-dateutil, traitlets
snowballstemmer==1.9.0 # via pydocstyle
text-unidecode==1.2 # via faker
toml==0.10.0 # via black
traitlets==4.3.2 # via ipython
wcwidth==0.1.7 # via prompt-toolkit, pytest
yapf==0.28.0
zipp==0.5.2 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via importmagic, ipython