mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
17 lines
219 B
TOML
17 lines
219 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
flake8 = "*"
|
|
black = "*"
|
|
twine = "*"
|
|
coverage = "*"
|
|
coveralls = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|