diff options
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 = "*" | ||