aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)