view Pipfile @ 76:268b287461c0

Add debug logging for what gets flagged as microposts
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Aug 2024 08:40:12 -0700
parents c5f73ebb43a5
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 = "*"