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