diff options
author | Jack Laxson <[email protected]> | 2018-11-18 04:58:33 -0500 |
---|---|---|
committer | Jack Laxson <[email protected]> | 2018-11-18 04:58:33 -0500 |
commit | 838f84408c1fca4c55e52e50dc47412cba454595 (patch) | |
tree | 7a244b1227de2a399c2fcce9abd502b91431941a /Pipfile | |
parent | 191ad84cef0b37e8d8a708812336858d447304c5 (diff) | |
download | mastodon.py-838f84408c1fca4c55e52e50dc47412cba454595.tar.gz |
Add pipenv and tox file, 2.7 is broken rn
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ | |||
1 | [[source]] | ||
2 | url = "https://pypi.org/simple" | ||
3 | verify_ssl = true | ||
4 | name = "pypi" | ||
5 | |||
6 | [packages] | ||
7 | |||
8 | [dev-packages] | ||
9 | mastodon-py = {editable = true, extras = ["tests"], path = "."} | ||
10 | pytest = "<4" | ||
11 | pytest-runner = "*" | ||
12 | pytest-cov = "*" | ||
13 | vcrpy = "*" | ||
14 | pytest-vcr = "<1" | ||
15 | pytest-mock = "*" | ||