Mercurial > silorider
annotate Pipfile @ 28:69a6a8c9d33d
Fix article feed not being found for some markups
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 19 Apr 2023 12:48:25 -0700 |
parents | d3c4c5082bbc |
children | 8e8541ef85b7 |
rev | line source |
---|---|
0 | 1 [[source]] |
2 | |
3 url = "https://pypi.python.org/simple" | |
4 verify_ssl = true | |
5 name = "pypi" | |
6 | |
7 | |
8 [packages] | |
9 | |
10 "mf2py" = "*" | |
11 "mastodon.py" = "*" | |
12 coloredlogs = "*" | |
13 "mf2util" = "*" | |
14 python-dateutil = "*" | |
15 python-twitter = "*" | |
19 | 16 ronkyuu = "*" |
0 | 17 |
18 | |
19 [dev-packages] | |
20 | |
21 pytest = "*" | |
22 setuptools-scm = "*" | |
23 pytest-runner = "*" |