mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 14:50:19 +00:00
23 lines
327 B
TOML
23 lines
327 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
responder = {file = ".", editable = true}
|
|
pytest = "*"
|
|
pytest-mock = "*"
|
|
twine = "*"
|
|
sphinx = "*"
|
|
marshmallow = "*"
|
|
pydantic = "*"
|
|
pytest-cov = "*"
|
|
ruff = "*"
|
|
pre-commit = "*"
|
|
httpx = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|