Files
openapi-generator-original/samples/server/petstore/python-fastapi/setup.cfg
William Cheng 3ed013966b [python-fastapi] Set python version to 3.10 (#22823)
* set python version to 3.10

* update doc
2026-01-27 14:15:25 +08:00

21 lines
593 B
INI

[metadata]
name = openapi_server
version = 1.0.0
description = This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
long_description = file: README.md
keywords = OpenAPI OpenAPI Petstore
python_requires = >= 3.10.*
classifiers =
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
[options]
install_requires = fastapi[all]
setup_requires = setuptools
package_dir = =src
packages = find_namespace:
[options.packages.find]
where = src