forked from saleor/saleor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_dev.txt
49 lines (49 loc) · 935 Bytes
/
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
-i https://pypi.python.org/simple
apipkg==1.5
astroid==2.2.5
atomicwrites==1.3.0
attrs==19.1.0
certifi==2019.3.9
chardet==3.0.4
codecov==2.0.15
coverage==4.5.3
django-extensions==2.1.6
execnet==1.6.0
filelock==3.0.10
idna==2.8
isort==4.3.17
lazy-object-proxy==1.3.1
mccabe==0.6.1
more-itertools==7.0.0 ; python_version > '2.7'
multidict==4.5.2
pluggy==0.9.0
py==1.8.0
pycodestyle==2.5.0
pydocstyle==3.0.0
pylint-celery==0.3
pylint-django==2.0.6
pylint-plugin-utils==0.5
pylint==2.3.1
pytest-cov==2.6.1
pytest-django==3.4.8
pytest-forked==1.0.2
pytest-mock==1.10.3
pytest-vcr==1.0.1
pytest-xdist==1.28.0
pytest==4.4.0
python-slugify==1.2.6
pyyaml==5.1
requests==2.21.0
six==1.12.0
snowballstemmer==1.2.1
toml==0.10.0
tox==3.8.6
transifex-client==0.13.6
typed-ast==1.3.1 ; implementation_name == 'cpython'
unidecode==1.0.23
urllib3==1.24.1
vcrpy==2.0.1
virtualenv==16.4.3
wrapt==1.11.1
yapf==0.27.0
yarl==1.3.0 ; python_version >= '3.4'