27 lines
432 B
TOML
27 lines
432 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
requests = "*"
|
|
pytest-asyncio = "*"
|
|
pylint = "*"
|
|
dummy-domain = {path = "./tests"}
|
|
|
|
[packages]
|
|
click = ">=7.1,<8"
|
|
starlette = ">=0.14,<1"
|
|
uvicorn = ">=0.13,<1"
|
|
orjson = ">=3.4.7,<4"
|
|
pyjwt = ">=2.0.1,<3"
|
|
pyyaml = ">=5.3.1,<6"
|
|
timing-asgi = ">=0.2.1,<1"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|
|
|
|
[scripts]
|
|
halfapi = "python -m halfapi"
|