view Pipfile @ 53:805c7d768caa

Make feed parser more resilient, add ability to modify html doc. - Better handle errors found while parsing the html feed. - Add CSS-selector-based configuration to modify the html feed before parsing it. This allows using SiloRider with a feed that doesn't have proper micro-format markup.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 08 Oct 2023 13:52:26 -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 = "*"