view Pipfile @ 69:dafbbf25bfc8

Upgrade bluesky silo to atproto 0.0.35 and unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 26 Dec 2023 16:55:22 -0800
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 = "*"