forked from loafle/openapi-generator-original
[python] client bug fixes + type hint improvements (#13665)
* Adds python client, template, and spec updates for query param content type json * Samples regenerated * Finishes adding test cases for query param json content type * Uses newest templates * Templates replaced, spec replaces, sample replaced * Samples updated
This commit is contained in:
@@ -21,13 +21,14 @@ VERSION = "1.0.0"
|
||||
# http://pypi.python.org/pypi/setuptools
|
||||
|
||||
REQUIRES = [
|
||||
"urllib3 >= 1.15",
|
||||
"certifi",
|
||||
"python-dateutil",
|
||||
"frozendict >= 2.0.3",
|
||||
"pem>=19.3.0",
|
||||
"pycryptodome>=3.9.0",
|
||||
"typing_extensions",
|
||||
"certifi >= 14.5.14",
|
||||
"frozendict ~= 2.3.4",
|
||||
"pem >= 19.3.0",
|
||||
"pycryptodome >= 3.9.0",
|
||||
"python-dateutil ~= 2.7.0",
|
||||
"setuptools >= 21.0.0",
|
||||
"typing_extensions ~= 4.3.0",
|
||||
"urllib3 ~= 1.26.7",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user