oh. forgot to update setup.py as well

This commit is contained in:
codl 2019-04-15 15:59:39 +02:00
parent a815c10f9b
commit de329e8cf6
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A

View File

@ -1,6 +1,6 @@
from setuptools import setup from setuptools import setup
test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock', 'requests-mock']
extras = { extras = {
"test": test_deps "test": test_deps
} }