Skip to content

Commit

Permalink
Merge pull request #9211 from ustinov/patch-1
Browse files Browse the repository at this point in the history
[Python] Update Minimum Required Versions in setup.mustache
  • Loading branch information
HugoMario authored Mar 1, 2019
2 parents 79ec04e + 11b2670 commit f5de411
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ VERSION = "{{packageVersion}}"
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools

REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
REQUIRES = [
"certifi>=2017.4.17",
"python-dateutil>=2.1",
"six>=1.10",
"urllib3>=1.23"
]

{{#asyncio}}
REQUIRES.append("aiohttp")
{{/asyncio}}
Expand Down

0 comments on commit f5de411

Please sign in to comment.