mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 14:50:19 +00:00
21 lines
292 B
TOML
21 lines
292 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
responder = {editable = true, path = "."}
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
"flake8" = "*"
|
|
black = "*"
|
|
twine = "*"
|
|
flask = "*"
|
|
sphinx = "*"
|
|
marshmallow = "*"
|
|
pytest-cov = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|