morethantext/Pipfile
Jeff Baskin f6f8f0f205
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Beginning setup of new release testing.
2025-06-15 09:46:50 -04:00

15 lines
175 B
TOML

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