morethantext-web/Pipfile

15 lines
178 B
TOML
Raw Permalink Normal View History

2022-06-03 11:52:18 -04:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pytest-bdd = "*"
[dev-packages]
black = "*"
pylint = "*"
2022-06-03 11:52:18 -04:00
[requires]
2024-02-07 10:36:37 -05:00
python_version = "3"