Update required packages to latest stable version

This commit is contained in:
Scott Williams
2016-04-19 21:17:43 +01:00
parent 25ccb250cc
commit 79bbab04ec
6 changed files with 52 additions and 337 deletions

View File

@@ -15,7 +15,7 @@ VERSION = "{{packageVersion}}"
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["urllib3 >= 1.10", "six >= 1.9", "certifi", "python-dateutil"]
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
setup(
name=NAME,