summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2013-10-24 15:37:16 -0400
committerGordon Chung <chungg@ca.ibm.com>2013-10-24 15:37:16 -0400
commit6a354415fd14e2506e1a52d6cb17cb238f34687a (patch)
treec96c6357216802fd5ef4fa643510e22d5efb8014
parent88f89cc0493ecf553dcd86eb42852e02040153b4 (diff)
downloadpycadf-6a354415fd14e2506e1a52d6cb17cb238f34687a.tar.gz
update requirements
sync with global requirements Change-Id: I7f7734317ca1dd2b366700aa5cf315c70522235e
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 1a6e7d1..75feac0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
Babel>=1.3
-iso8601>=0.1.4,!=0.1.5,!=0.1.6
+iso8601>=0.1.8
netaddr>=0.7.6
pytz>=2010h
six>=1.4.1
diff --git a/setup.py b/setup.py
index 2a0786a..70c2b3f 100644
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
- setup_requires=['pbr>=0.5.21,<1.0'],
+ setup_requires=['pbr'],
pbr=True)