morethantext/Pipfile
Jeff Baskin 492c303a4c
Some checks failed
MoreThanText/morethantext/pipeline/head There was a failure building this commit
Fixes caused up upgrades.
2025-02-03 13:22:06 -05:00

15 lines
178 B
TOML

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