File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/python
openapi3/client/petstore/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system]
2+ requires = ["poetry-core>=2.0.0"]
3+ build-backend = "poetry.core.masonry.api"
4+
15[project]
26name = "{ {{packageName} }}"
37version = "{ {{packageVersion} }}"
@@ -11,7 +15,6 @@ license = { text = "{{{licenseInfo}}}" }
1115readme = "README.md"
1216keywords = ["OpenAPI", "OpenAPI-Generator", "{ {{appName} }}"]
1317requires-python = ">=3.9"
14-
1518dependencies = [
1619{ {^async} }
1720 "urllib3 (>=2.1.0,<3 .0.0) " ,
@@ -41,9 +44,6 @@ dependencies = [
4144[project.urls]
4245Repository = " https: //{ { { gitHost} } } /{ { { gitUserId} } } /{ { { gitRepoId} } } "
4346
44- [tool.poetry]
45- requires-poetry = " >=2.0"
46-
4747[tool.poetry.group.dev.dependencies]
4848pytest = " >= 7.2.1"
4949pytest-cov = ">= 2.8.1"
@@ -52,11 +52,6 @@ flake8 = ">= 4.0.0"
5252types-python-dateutil = ">= 2.8.19.14"
5353mypy = ">= 1.5"
5454
55-
56- [build-system]
57- requires = ["setuptools"]
58- build-backend = "setuptools.build_meta"
59-
6055[tool.pylint.'MESSAGES CONTROL']
6156extension-pkg-whitelist = "pydantic"
6257
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" poetry-core>=2.0.0" ]
3+ build-backend = " poetry.core.masonry.api"
4+
15[project ]
26name = " openapi_client"
37version = " 1.0.0"
@@ -9,7 +13,6 @@ license = { text = "Apache 2.0" }
913readme = " README.md"
1014keywords = [" OpenAPI" , " OpenAPI-Generator" , " Echo Server API" ]
1115requires-python = " >=3.9"
12-
1316dependencies = [
1417 " urllib3 (>=2.1.0,<3.0.0)" ,
1518 " python-dateutil (>=2.8.2)" ,
@@ -20,9 +23,6 @@ dependencies = [
2023[project .urls ]
2124Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
2225
23- [tool .poetry ]
24- requires-poetry = " >=2.0"
25-
2626[tool .poetry .group .dev .dependencies ]
2727pytest = " >= 7.2.1"
2828pytest-cov = " >= 2.8.1"
@@ -31,11 +31,6 @@ flake8 = ">= 4.0.0"
3131types-python-dateutil = " >= 2.8.19.14"
3232mypy = " >= 1.5"
3333
34-
35- [build-system ]
36- requires = [" setuptools" ]
37- build-backend = " setuptools.build_meta"
38-
3934[tool .pylint .'MESSAGES CONTROL' ]
4035extension-pkg-whitelist = " pydantic"
4136
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" poetry-core>=2.0.0" ]
3+ build-backend = " poetry.core.masonry.api"
4+
15[project ]
26name = " petstore_api"
37version = " 1.0.0"
@@ -9,7 +13,6 @@ license = { text = "Apache-2.0" }
913readme = " README.md"
1014keywords = [" OpenAPI" , " OpenAPI-Generator" , " OpenAPI Petstore" ]
1115requires-python = " >=3.9"
12-
1316dependencies = [
1417 " urllib3 (>=2.1.0,<3.0.0)" ,
1518 " python-dateutil (>=2.8.2)" ,
@@ -22,9 +25,6 @@ dependencies = [
2225[project .urls ]
2326Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID"
2427
25- [tool .poetry ]
26- requires-poetry = " >=2.0"
27-
2828[tool .poetry .group .dev .dependencies ]
2929pytest = " >= 7.2.1"
3030pytest-cov = " >= 2.8.1"
@@ -33,11 +33,6 @@ flake8 = ">= 4.0.0"
3333types-python-dateutil = " >= 2.8.19.14"
3434mypy = " >= 1.5"
3535
36-
37- [build-system ]
38- requires = [" setuptools" ]
39- build-backend = " setuptools.build_meta"
40-
4136[tool .pylint .'MESSAGES CONTROL' ]
4237extension-pkg-whitelist = " pydantic"
4338
You can’t perform that action at this time.
0 commit comments