mirror of https://github.com/tiangolo/fastapi.git
💚 Fix depencency names, again...
This commit is contained in:
parent
983db94291
commit
6a55bf5f93
|
|
@ -13,5 +13,5 @@ install:
|
||||||
script:
|
script:
|
||||||
- bash scripts/test.sh
|
- bash scripts/test.sh
|
||||||
|
|
||||||
# after_script:
|
after_script:
|
||||||
# - codecov
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["flit"]
|
||||||
|
build-backend = "flit.buildapi"
|
||||||
|
|
||||||
|
[tool.flit.metadata]
|
||||||
|
module = "fastapi"
|
||||||
|
author = "Sebastián Ramírez"
|
||||||
|
author-email = "tiangolo@gmail.com"
|
||||||
|
home-page = "https://github.com/tiangolo/fastapi"
|
||||||
|
classifiers = ["License :: OSI Approved :: MIT License"]
|
||||||
|
requires = [
|
||||||
|
"starlette >=0.9.7",
|
||||||
|
"pydantic >=0.16"
|
||||||
|
]
|
||||||
|
requires-python = ">=3.6"
|
||||||
Loading…
Reference in New Issue