aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2019-04-15 15:59:39 +0200
committercodl <[email protected]>2019-04-15 15:59:39 +0200
commitde329e8cf6549da18e94dd7bde753da025f04167 (patch)
tree29a5b519b7372e79e56c113582734afcc742af31 /setup.py
parenta815c10f9bb390aadc88fe0f35ee141ba96cfb45 (diff)
downloadmastodon.py-de329e8cf6549da18e94dd7bde753da025f04167.tar.gz
oh. forgot to update setup.py as well
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 009063d..72e3c8b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
1from setuptools import setup 1from setuptools import setup
2 2
3test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] 3test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock', 'requests-mock']
4extras = { 4extras = {
5 "test": test_deps 5 "test": test_deps
6} 6}
Powered by cgit v1.2.3 (git 2.41.0)