morethantext-web/Pipfile
Jeff Baskin 800cad7ca3
Some checks failed
MoreThanText build / Build-MoreThanText (push) Has been cancelled
Updated pipenv.
2024-02-07 10:36:37 -05:00

15 lines
178 B
TOML

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