forked from loafle/openapi-generator-original
refactor python client using urllib3
This commit is contained in:
@@ -12,7 +12,7 @@ from setuptools import setup, find_packages
|
||||
# Try reading the setuptools documentation:
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
|
||||
REQUIRES = []
|
||||
REQUIRES = ["urllib3 >= 1.10", "six >= 1.9"]
|
||||
|
||||
setup(
|
||||
name="SwaggerPetstore",
|
||||
|
||||
Reference in New Issue
Block a user