mirror of
https://github.com/nova-r/fediplug.git
synced 2025-01-22 16:46:55 +01:00
23 lines
358 B
TOML
23 lines
358 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
cssselect = "*"
|
|
lxml = "*"
|
|
"mastodon.py" = "*"
|
|
youtube-dl = "*"
|
|
python-dotenv = "*"
|
|
click = "*"
|
|
"e1839a8" = {path = ".", editable = true}
|
|
appdirs = "*"
|
|
keyring = "*"
|
|
"keyrings.alt" = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pylint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|