Updated python client.

Verified HTTPS with SSL/TLS.
This commit is contained in:
geekerzp
2015-05-29 15:09:19 +08:00
parent 1657f2e5f7
commit 18cf6bcfa6
4 changed files with 74 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ from setuptools import setup, find_packages
# Try reading the setuptools documentation:
# http://pypi.python.org/pypi/setuptools
REQUIRES = ["urllib3 >= 1.10", "six >= 1.9"]
REQUIRES = ["urllib3 >= 1.10", "six >= 1.9", "certifi"]
setup(
name="SwaggerPetstore",