mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-04 23:23:38 -04:00
💚 Fix depencency names, again...
This commit is contained in:
@@ -13,5 +13,5 @@ install:
|
||||
script:
|
||||
- bash scripts/test.sh
|
||||
|
||||
# after_script:
|
||||
# - codecov
|
||||
after_script:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
15
dist/fastapi-0.1.0/pyproject.toml
vendored
Normal file
15
dist/fastapi-0.1.0/pyproject.toml
vendored
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user