[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] fastapi = "*" fastapi-responses = "*" uvicorn = {extras = ["standard"], version = "*"} [dev-packages] # pytest = "*" # requests = "*" # pytest-asyncio = "*" # black = "*" # mypy = "*" [requires] python_version = "3.8" [scripts] test = "pytest app/test/test_main.py -s" dev = "uvicorn app.main:app --reload"