1
0
Fork 0

Add 'tox' to development requirements

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/775/head
Vasilis Tsiligiannis 2019-09-27 00:46:06 +03:00
parent 8e47a19563
commit 41c2697760
3 changed files with 7 additions and 2 deletions

View File

@ -11,10 +11,11 @@ coverage==4.5.4
execnet==1.7.1
factory-boy==2.11.1
Faker==0.8.18
filelock==3.0.12
funcsigs==1.0.2
ipaddress==1.0.22
mock==2.0.0
packaging==19.1
packaging==19.2
pbr==5.4.3
pluggy==0.13.0
pur==5.2.2
@ -27,4 +28,7 @@ pytest-forked==0.2
pytest-xdist==1.25.0
python-dateutil==2.8.0
text-unidecode==1.2
toml==0.10.0
tox==3.14.0
virtualenv==16.7.5
wcwidth==0.1.7

View File

@ -72,6 +72,6 @@ social-auth-core==3.2.0
unicode-slugify==0.1.3
Unidecode==1.1.1
Unipath==1.1
urllib3==1.25.3
urllib3==1.25.6
vine==1.3.0
zipp==0.6.0

View File

@ -73,6 +73,7 @@ dev =
Faker~=0.8.0
factory-boy~=2.11.0
pur~=5.2.0
tox~=3.14.0
[flake8]
max-complexity = 25