fediplug/Pipfile
2018-07-22 20:13:10 -04:00

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"