diff options
author | codl <[email protected]> | 2019-04-15 15:59:39 +0200 |
---|---|---|
committer | codl <[email protected]> | 2019-04-15 15:59:39 +0200 |
commit | de329e8cf6549da18e94dd7bde753da025f04167 (patch) | |
tree | 29a5b519b7372e79e56c113582734afcc742af31 | |
parent | a815c10f9bb390aadc88fe0f35ee141ba96cfb45 (diff) | |
download | mastodon.py-de329e8cf6549da18e94dd7bde753da025f04167.tar.gz |
oh. forgot to update setup.py as well
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | from setuptools import setup | 1 | from setuptools import setup |
2 | 2 | ||
3 | test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] | 3 | test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock', 'requests-mock'] |
4 | extras = { | 4 | extras = { |
5 | "test": test_deps | 5 | "test": test_deps |
6 | } | 6 | } |