We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0edcf76 + 5ac0b45 commit 12bc22bCopy full SHA for 12bc22b
2 files changed
requirements.txt
@@ -1,7 +1,7 @@
1
d2to1>=0.2.10,<0.3
2
-pbr>=0.5.10,<0.6
+pbr>=0.5.16,<0.6
3
argparse
4
-cliff>=1.3.2
+cliff>=1.4
5
httplib2
6
iso8601
7
prettytable>=0.6,<0.8
tox.ini
@@ -12,6 +12,7 @@ commands = python setup.py testr --testr-args='{posargs}'
12
13
[testenv:pep8]
14
commands = flake8
15
+distribute = false
16
17
[testenv:venv]
18
commands = {posargs}
0 commit comments