summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2015-05-14 16:57:27 -0400
committergordon chung <gord@live.ca>2015-05-14 16:59:26 -0400
commit26795200e1dda8f5935cb02c050bf569f86af265 (patch)
treea823b2cb12ee07346f1e63f9e334636370eaffa4
parentb9c1d41b83e2f5937a69070df8dd7c12439e333a (diff)
downloadpycadf-26795200e1dda8f5935cb02c050bf569f86af265.tar.gz
Uncap pytz0.6.3
pytz should not be capped. see: I3ca651a4377d61be3fed572355326bc180ad7eec Change-Id: Iea0e6df078bf571f9cfba9095c0fe63a9b580960
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4421547..dec65e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,6 +6,6 @@ iso8601>=0.1.9,<=0.1.10
netaddr>=0.7.12,<=0.7.13
oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
posix_ipc<=0.9.9
-pytz<=2014.10
+pytz
six>=1.7.0,<=1.9.0
WebOb>=1.2.3,<=1.3.1