view Pipfile @ 4:c199bd681e4e

Twitter API accepts direct URLs for media.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 29 Jul 2018 14:27:24 -0700
parents a1b7a459326a
children d3c4c5082bbc
line wrap: on
line source

[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

"mf2py" = "*"
"mastodon.py" = "*"
coloredlogs = "*"
"mf2util" = "*"
python-dateutil = "*"
python-twitter = "*"


[dev-packages]

pytest = "*"
setuptools-scm = "*"
pytest-runner = "*"