16 lines
211 B
TOML
16 lines
211 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-mock = "*"
|
|
pytest-cov = "*"
|
|
black = "*"
|
|
safety = "*"
|
|
twine = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|