1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Allow any version of pytz.
Debian pytz package (ie: python-tz) is heavily patched and up-to-date, there's
no reason why we should require such a high version.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-04
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,7 +13,7 @@
iso8601>=0.1.11 # MIT
oslo.i18n>=2.1.0 # Apache-2.0
monotonic>=0.6 # Apache-2.0
-pytz>=2013.6 # MIT
+pytz
netaddr!=0.7.16,>=0.7.12 # BSD
netifaces>=0.10.4 # MIT
debtcollector>=1.2.0 # Apache-2.0
|