Skip to content

Instantly share code, notes, and snippets.

@sled
Last active August 29, 2015 14:07
Show Gist options
  • Save sled/a668daaed2fe1246a1fe to your computer and use it in GitHub Desktop.
Save sled/a668daaed2fe1246a1fe to your computer and use it in GitHub Desktop.
diff --git a/python/setup.py b/python/setup.py
index ac367d0..322e99b 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages
from setuptools.command import test
REQUIRE = [
- "python-dateutil>=1.4,<2",
+ "python-dateutil>=1.4",
"python-gflags>=1.4",
"pytz>=2010",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment