committed by
GitHub
8 changed files with 27 additions and 10 deletions
@ -7,6 +7,8 @@ name = "fastapi" |
|||||
dynamic = ["version"] |
dynamic = ["version"] |
||||
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" |
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" |
||||
readme = "README.md" |
readme = "README.md" |
||||
|
license = "MIT" |
||||
|
license-files = ["LICENSE"] |
||||
requires-python = ">=3.8" |
requires-python = ">=3.8" |
||||
authors = [ |
authors = [ |
||||
{ name = "Sebastián Ramírez", email = "[email protected]" }, |
{ name = "Sebastián Ramírez", email = "[email protected]" }, |
||||
@ -31,7 +33,6 @@ classifiers = [ |
|||||
"Framework :: Pydantic :: 1", |
"Framework :: Pydantic :: 1", |
||||
"Framework :: Pydantic :: 2", |
"Framework :: Pydantic :: 2", |
||||
"Intended Audience :: Developers", |
"Intended Audience :: Developers", |
||||
"License :: OSI Approved :: MIT License", |
|
||||
"Programming Language :: Python :: 3 :: Only", |
"Programming Language :: Python :: 3 :: Only", |
||||
"Programming Language :: Python :: 3.8", |
"Programming Language :: Python :: 3.8", |
||||
"Programming Language :: Python :: 3.9", |
"Programming Language :: Python :: 3.9", |
||||
@ -44,7 +45,7 @@ classifiers = [ |
|||||
"Topic :: Internet :: WWW/HTTP", |
"Topic :: Internet :: WWW/HTTP", |
||||
] |
] |
||||
dependencies = [ |
dependencies = [ |
||||
"starlette>=0.40.0,<0.49.0", |
"starlette>=0.40.0,<0.50.0", |
||||
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", |
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", |
||||
"typing-extensions>=4.8.0", |
"typing-extensions>=4.8.0", |
||||
"annotated-doc>=0.0.2", |
"annotated-doc>=0.0.2", |
||||
|
|||||
Loading…
Reference in new issue