kopia lustrzana https://github.com/halcy/Mastodon.py
oh. forgot to update setup.py as well
rodzic
a815c10f9b
commit
de329e8cf6
2
setup.py
2
setup.py
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue