webcheck/Pipfile

16 lines
211 B
TOML
Raw Normal View History

2024-01-11 14:36:01 +00:00
[[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"