fediplug/Pipfile

22 lines
323 B
Text
Raw Normal View History

2018-01-21 12:06:07 -05:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cssselect = "*"
lxml = "*"
2018-04-02 20:09:25 -04:00
"mastodon.py" = "*"
youtube-dl = "*"
2018-03-17 20:04:04 -04:00
python-dotenv = "*"
2018-04-02 20:09:25 -04:00
click = "*"
2018-04-02 21:49:10 -04:00
"e1839a8" = {path = ".", editable = true}
2018-07-20 11:57:00 -04:00
appdirs = "*"
2018-01-21 12:06:07 -05:00
[dev-packages]
2018-01-26 20:19:25 -05:00
pytest = "*"
2018-03-17 18:06:43 -04:00
pylint = "*"
[requires]
2018-07-20 15:22:35 -04:00
python_version = "3.7"