fediplug/Pipfile

26 lines
284 B
Text
Raw Normal View History

2018-01-21 18:06:07 +01:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cssselect = "*"
lxml = "*"
"mastodon.py" = "*"
youtube-dl = "*"
2018-01-21 18:06:07 +01:00
[dev-packages]
"e1839a8" = {path = ".", editable = true}
2018-01-27 02:19:25 +01:00
pytest = "*"
2018-03-17 23:06:43 +01:00
pylint = "*"
[requires]
python_version = "3.6"