mirror of
https://github.com/ChronosX88/mastodon-bridge-bot.git
synced 2024-11-08 16:21:01 +00:00
16 lines
195 B
TOML
16 lines
195 B
TOML
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
mypy = "*"
|
||
|
|
||
|
[packages]
|
||
|
telethon = "*"
|
||
|
"mastodon.py" = "*"
|
||
|
toml = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.8"
|