mirror of
https://github.com/rjNemo/mars-rover-kata
synced 2026-06-06 02:36:48 +00:00
18 lines
226 B
TOML
18 lines
226 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
black = "*"
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|