python/Pipfile
Matej Focko 70261aed50
Add python implementation and tests
Signed-off-by: Matej Focko <me@mfocko.xyz>
2021-01-04 10:46:12 +01:00

16 lines
193 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pytest = "*"
hypothesis = "*"
black = "*"
pylint = "*"
[dev-packages]
[requires]
python_version = "3.9"