aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Laxson <[email protected]>2018-11-18 04:58:33 -0500
committerJack Laxson <[email protected]>2018-11-18 04:58:33 -0500
commit838f84408c1fca4c55e52e50dc47412cba454595 (patch)
tree7a244b1227de2a399c2fcce9abd502b91431941a /Pipfile
parent191ad84cef0b37e8d8a708812336858d447304c5 (diff)
downloadmastodon.py-838f84408c1fca4c55e52e50dc47412cba454595.tar.gz
Add pipenv and tox file, 2.7 is broken rn
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
new file mode 100644
index 0000000..365589a
--- /dev/null
+++ b/Pipfile
@@ -0,0 +1,15 @@
1[[source]]
2url = "https://pypi.org/simple"
3verify_ssl = true
4name = "pypi"
5
6[packages]
7
8[dev-packages]
9mastodon-py = {editable = true, extras = ["tests"], path = "."}
10pytest = "<4"
11pytest-runner = "*"
12pytest-cov = "*"
13vcrpy = "*"
14pytest-vcr = "<1"
15pytest-mock = "*"
Powered by cgit v1.2.3 (git 2.41.0)