forked from pool/python-jirafs
20 lines
425 B
Diff
20 lines
425 B
Diff
|
|
--- a/requirements.txt
|
||
|
|
+++ b/requirements.txt
|
||
|
|
@@ -3,5 +3,5 @@ six>=1.9.0
|
||
|
|
blessings>=1.5.1,<2.0
|
||
|
|
ipdb>=0.8,<1.0
|
||
|
|
verlib>=0.1,<1.0
|
||
|
|
-prettytable>=0.7.2,<1.0
|
||
|
|
+PrettyTable>=0.7.2,<1.0
|
||
|
|
environmental-override>=0.1.2
|
||
|
|
--- a/setup.py
|
||
|
|
+++ b/setup.py
|
||
|
|
@@ -27,6 +27,7 @@ except ImportError:
|
||
|
|
if not req.startswith('-')
|
||
|
|
and not req.startswith('#')
|
||
|
|
]
|
||
|
|
+ print(requirements)
|
||
|
|
|
||
|
|
|
||
|
|
class Tox(TestCommand):
|