halfapi/Pipfile

24 lines
306 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
requests = "*"
pytest-asyncio = "*"
pylint = "*"
[packages]
click = "*"
starlette = "*"
uvicorn = "*"
orjson = "*"
pyjwt = "*"
[requires]
python_version = "3"
[scripts]
halfapi = "python -m halfapi"