comparison Pipfile @ 0:a1b7a459326a

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 18 Jul 2018 20:46:04 -0700
parents
children d3c4c5082bbc
comparison
equal deleted inserted replaced
-1:000000000000 0:a1b7a459326a
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 = "*"