annotate Pipfile @ 15:cb1dc5c864d8
0.2.0
Specify URLs in the config file instead of in the CLI.
author |
Ludovic Chabant <ludovic@chabant.com> |
date |
Sun, 29 Jul 2018 23:59:39 -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 = "*"
|