view Pipfile @ 39:c5f73ebb43a5

Replace python-twitter with tweepy to use Twitter's V2 API
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 May 2023 09:42:11 -0700
parents 8e8541ef85b7
children
line wrap: on
line source

[[source]]

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


[packages]

"mastodon.py" = "*"
coloredlogs = "*"
dateparser = "*"
mf2py = "*"
mf2util = "*"
python-dateutil = "*"
ronkyuu = "*"
tweepy = "*"


[dev-packages]

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