view Pipfile @ 32:2265920c4688

Improve populate cache command Make it use the same feed parsing code as the process command, and add support for --dry-run argument.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 10 May 2023 16:06:46 -0700
parents d3c4c5082bbc
children 8e8541ef85b7
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 = "*"
ronkyuu = "*"


[dev-packages]

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