halfapi/Pipfile

26 lines
424 B
TOML
Raw Normal View History

2020-08-04 12:14:37 +02:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
requests = "*"
pytest-asyncio = "*"
2020-10-04 17:27:24 +02:00
pylint = "*"
build = "*"
2021-12-01 11:43:49 +01:00
pytest-pythonpath = "*"
2020-08-04 12:14:37 +02:00
[packages]
click = ">=7.1,<8"
2021-09-02 14:48:48 +02:00
starlette = ">=0.16,<0.17"
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"
2021-11-29 17:01:52 +01:00
schema = ">=0.7.4,<1"
2020-08-04 12:14:37 +02:00
[scripts]
halfapi = "python -m halfapi"