Mercurial > silorider
annotate Pipfile @ 4:c199bd681e4e
Twitter API accepts direct URLs for media.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Jul 2018 14:27:24 -0700 |
parents | a1b7a459326a |
children | d3c4c5082bbc |
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 = "*" | |
16 | |
17 | |
18 [dev-packages] | |
19 | |
20 pytest = "*" | |
21 setuptools-scm = "*" | |
22 pytest-runner = "*" |