24 lines
366 B
TOML
24 lines
366 B
TOML
[[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 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|