http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/tiangolo/fastapi/blob/master/pyproject.toml
GotHub (master) Explore About Source code Back to tiangolo/fastapi pyproject.toml Raw 1 [ build-system ] 2 requires = [ "pdm-backend" ] 3 build-backend = "pdm.backend" 4 5 [ project ] 6 name = "fastapi" 7 dynamic = [ "version" ] 8 description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" 9 readme = "README.md" 10 requires-python = ">=3.8" 11 authors = [ 12 { name = "Sebastián Ramírez" , email = "
[email protected]" } , 13 ] 14 classifiers = [ 15 "Intended...