halfapi/Pipfile

34 lines
544 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 = ">=7,<8"
requests = "*"
pytest-asyncio = "*"
2020-10-04 17:27:24 +02:00
pylint = "*"
build = "*"
2021-12-01 16:25:53 +01:00
twine = "*"
pyflakes = "*"
vulture = "*"
virtualenv = "*"
2023-01-14 10:54:10 +01:00
httpx = "*"
2020-08-04 12:14:37 +02:00
[packages]
click = ">=7.1,<8"
2023-01-14 10:54:10 +01:00
starlette = ">=0.21,<0.22"
uvicorn = ">=0.13,<1"
orjson = ">=3.4.7,<4"
2022-09-06 19:58:41 +02:00
pyjwt = ">=2.4.0,<2.5.0"
pyyaml = ">=5.3.1,<6"
timing-asgi = ">=0.2.1,<1"
2021-11-29 17:01:52 +01:00
schema = ">=0.7.4,<1"
toml = "*"
pip = "*"
packaging = ">=19.0"
2022-07-06 08:31:00 +02:00
python-multipart = "*"
2020-08-04 12:14:37 +02:00
[scripts]
halfapi = "python -m halfapi"