fediplug/Pipfile

24 lines
358 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 = "*"
2018-04-03 02:09:25 +02:00
"mastodon.py" = "*"
youtube-dl = "*"
2018-03-18 01:04:04 +01:00
python-dotenv = "*"
2018-04-03 02:09:25 +02:00
click = "*"
2018-04-03 03:49:10 +02:00
"e1839a8" = {path = ".", editable = true}
2018-07-20 17:57:00 +02:00
appdirs = "*"
2018-07-23 02:13:10 +02:00
keyring = "*"
"keyrings.alt" = "*"
2018-01-21 18:06:07 +01:00
[dev-packages]
2018-01-27 02:19:25 +01:00
pytest = "*"
2018-03-17 23:06:43 +01:00
pylint = "*"
[requires]
2018-07-20 21:22:35 +02:00
python_version = "3.7"