From: Yasser Tahiri Date: Fri, 10 Mar 2023 18:47:38 +0000 (+0400) Subject: ➕ Add `pydantic` to PyPI classifiers (#5914) X-Git-Tag: 0.94.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78b8a9b6ec6b70c9564ef7fa616da587592f3aa7;p=thirdparty%2Ffastapi%2Ffastapi.git ➕ Add `pydantic` to PyPI classifiers (#5914) --- diff --git a/pyproject.toml b/pyproject.toml index 6748f1d4a4..f185493966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ classifiers = [ "Environment :: Web Environment", "Framework :: AsyncIO", "Framework :: FastAPI", + "Framework :: Pydantic", + "Framework :: Pydantic :: 1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only",