forked from City-of-Helsinki/city-infrastructure-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
67 lines (65 loc) · 2.12 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
61
62
63
64
65
66
67
# This file is autogenerated by Prequ. To update, run:
#
# prequ update
#
--no-binary psycopg2
appdirs==1.4.4 # via black
attrs==20.3.0 # via pytest
autoflake==1.4
autopep8==1.5.4
backcall==0.2.0 # via ipython
black==20.8b1
bump2version==1.0.1
click==7.1.2 # via black, prequ
colorama==0.4.4 # via pytest-watch
coverage==5.3 # via pytest-cov
decorator==4.4.2 # via ipython
docopt==0.6.2 # via pytest-watch
factory-boy==3.1.0
faker==5.0.2 # via factory-boy
flake8==3.8.4
flake8-polyfill==1.0.2 # via pep8-naming
importmagic==0.1.7
iniconfig==1.1.1 # via pytest
ipython==7.16.1
ipython-genutils==0.2.0 # via traitlets
isort==5.6.4
jedi==0.17.2
mccabe==0.6.1 # via flake8
mypy-extensions==0.4.3 # via black
packaging==20.8 # via pytest
parso==0.7.1 # via jedi
pathspec==0.8.1 # via black
pep8-naming==0.11.1
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
pluggy==0.13.1 # via pytest
prequ==1.4.7
prompt-toolkit==3.0.8 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.10.0 # via pytest
pycodestyle==2.6.0 # via autopep8, flake8
pydocstyle==5.1.1
pyflakes==2.2.0 # via autoflake, flake8
pygments==2.7.3 # via ipython
pyparsing==2.4.7 # via packaging
pytest==6.2.1
pytest-cov==2.10.1
pytest-django==4.1.0
pytest-watch==4.2.0
python-dateutil==2.6.0 # via faker
regex==2020.11.13 # via black
rope==0.18.0
six==1.15.0 # via python-dateutil
snowballstemmer==2.0.0 # via pydocstyle
text-unidecode==1.3 # via faker
toml==0.10.2 # via autopep8, black, pytest
traitlets==5.0.5 # via ipython
typed-ast==1.4.1 # via black
typing-extensions==3.7.4.3 # via black
watchdog==1.0.1 # via pytest-watch
wcwidth==0.2.5 # via prompt-toolkit
yapf==0.30.0
# The following packages are considered to be unsafe in a requirements file:
# pip # via prequ
# setuptools # via importmagic, ipython