26 lines
353 B
TOML
26 lines
353 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 = "*"
|
|
starlette = "*"
|
|
uvicorn = "*"
|
|
orjson = "*"
|
|
pyjwt = "*"
|
|
pyyaml = "*"
|
|
|
|
[requires]
|
|
python_version = "3"
|
|
|
|
[scripts]
|
|
halfapi = "python -m halfapi"
|