view Pipfile @ 36:8e8541ef85b7

Add --until argument to the process command Also fix missing requirement/dependency for dateparser
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 May 2023 09:18:20 -0700
parents d3c4c5082bbc
children c5f73ebb43a5
line wrap: on
line source

[[source]]

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


[packages]

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


[dev-packages]

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