Mercurial > silorider
annotate Pipfile @ 38:0f98784bcc40
Improve handling of whitespace and paragraphs in html stripping code
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 21 May 2023 09:40:00 -0700 |
parents | 8e8541ef85b7 |
children | c5f73ebb43a5 |
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" = "*" | |
36
8e8541ef85b7
Add --until argument to the process command
Ludovic Chabant <ludovic@chabant.com>
parents:
19
diff
changeset
|
14 dateparser = "*" |
0 | 15 python-dateutil = "*" |
16 python-twitter = "*" | |
19 | 17 ronkyuu = "*" |
0 | 18 |
19 | |
20 [dev-packages] | |
21 | |
22 pytest = "*" | |
23 setuptools-scm = "*" | |
24 pytest-runner = "*" |