Update requirements

Change-Id: Ie9d283e8a7b27c2f75dbd782640b2315e0c92985
This commit is contained in:
Robert Collins 2015-10-08 10:54:33 +13:00
parent e387444003
commit a6b99232b3
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pbr>=0.6,!=0.7,<1.0
pbr>=1.6
argparse
launchpadlib
requests>=1.1
requests>=2.5.2
PyYAML>=3.1.0
zuul

View File

@ -10,7 +10,6 @@ install_command = pip install -U {opts} {packages}
--allow-insecure lazr.authentication
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
[testenv:validate]
commands = validate-request {posargs}