[Python-modules-commits] [python-pex] 01/04: Remove ceiling versions for dependencies.
Barry Warsaw
barry at moszumanska.debian.org
Thu Sep 22 15:53:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pex.
commit 81196546a2dec229cee10acf058e2b86a7daca1d
Author: Barry Warsaw <barry at python.org>
Date: Thu Sep 22 11:21:16 2016 -0400
Remove ceiling versions for dependencies.
Patch-Name: update-dependencies.patch
---
pex/version.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pex/version.py b/pex/version.py
index 38d589a..778c4cb 100644
--- a/pex/version.py
+++ b/pex/version.py
@@ -3,5 +3,5 @@
__version__ = '1.1.14'
-SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20.11'
-WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.30.0'
+SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2'
+WHEEL_REQUIREMENT = 'wheel>=0.24.0'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git
More information about the Python-modules-commits
mailing list