-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtests-requirements.txt
38 lines (38 loc) · 1.33 KB
/
tests-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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile tests-requirements.in
#
astroid==2.3.3 # via pylint
attrs==19.3.0 # via pytest
coverage==5.0.3 # via pytest-cov
filelock==3.0.12 # via tox
importlib-metadata==1.4.0 # via pluggy, pytest, tox
isort==4.3.21 # via pylint
lazy-object-proxy==1.4.3 # via astroid
mccabe==0.6.1 # via pylint
more-itertools==8.1.0 # via pytest, zipp
packaging==20.0 # via pytest, tox
pg8000==1.13.2 # via testing-postgresql
pluggy==0.13.1 # via pytest, tox
py==1.8.1 # via pytest, tox
pylint==2.4.4
pyparsing==2.4.6 # via packaging
pytest-cov==2.8.1
pytest-django==3.8.0
pytest==5.3.2 # via pytest-cov, pytest-django
python-box==4.0.4
ruamel.yaml.clib==0.2.0 # via ruamel.yaml
ruamel.yaml==0.16.5 # via python-box
scramp==1.1.0 # via pg8000
six==1.14.0 # via astroid, packaging, tox
testing-postgresql==1.3.0
testing.common.database==2.0.3 # via testing-postgresql
toml==0.10.0 # via python-box, tox
tox==3.14.3
typed-ast==1.4.1 # via astroid
virtualenv==16.7.9 # via tox
wcwidth==0.1.8 # via pytest
wrapt==1.11.2 # via astroid
zipp==1.0.0 # via importlib-metadata