Mercurial > silorider
annotate Pipfile @ 22:431cc200d526
Add `--since` process command option.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 23 Jan 2019 08:10:27 -0800 |
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 = "*" |