diff options
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | from setuptools import setup | 1 | from setuptools import setup |
2 | 2 | ||
3 | test_deps = ['pytest', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] | 3 | test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] |
4 | extras = { | 4 | extras = { |
5 | "test": test_deps | 5 | "test": test_deps |
6 | } | 6 | } |
@@ -9,7 +9,6 @@ setup(name='Mastodon.py', | |||
9 | version='1.3.1', | 9 | version='1.3.1', |
10 | description='Python wrapper for the Mastodon API', | 10 | description='Python wrapper for the Mastodon API', |
11 | packages=['mastodon'], | 11 | packages=['mastodon'], |
12 | setup_requires=['pytest-runner'], | ||
13 | install_requires=[ | 12 | install_requires=[ |
14 | 'requests', | 13 | 'requests', |
15 | 'python-dateutil', | 14 | 'python-dateutil', |