mirror of https://github.com/tiangolo/fastapi.git
➕ Add `pydantic` to PyPI classifiers (#5914)
This commit is contained in:
parent
c26db94a90
commit
78b8a9b6ec
|
|
@ -27,6 +27,8 @@ classifiers = [
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: AsyncIO",
|
"Framework :: AsyncIO",
|
||||||
"Framework :: FastAPI",
|
"Framework :: FastAPI",
|
||||||
|
"Framework :: Pydantic",
|
||||||
|
"Framework :: Pydantic :: 1",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue