mastotui/Pipfile

25 lines
379 B
TOML
Raw Permalink Normal View History

2024-04-30 20:45:25 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "http://jfm:c3po4all@pypi.moerks.dk:8082/simple"
verify_ssl = false
name = "moerks"
[packages]
textual = "*"
pydantic = "*"
pymastodon = {version="*", index="moerks"}
markdownify = "*"
pillow = "*"
2024-04-30 20:45:25 +02:00
[dev-packages]
[requires]
python_version = "3.12"
[pipenv]
allow_prereleases = true