aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 16:30:35 +0100
committercodl <[email protected]>2017-11-27 16:30:35 +0100
commitee687510b0c00c28a6615044a61f0258e199bbac (patch)
treefa68483ca26fa3e640ed862e83783fe523585c94 /setup.py
parent96f6e26f597661bfa2cdc7257e740a1d2ff1c9a4 (diff)
downloadmastodon.py-ee687510b0c00c28a6615044a61f0258e199bbac.tar.gz
add tests for create_app
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 56b2406..d2ab253 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ setup(name='Mastodon.py',
5 description='Python wrapper for the Mastodon API', 5 description='Python wrapper for the Mastodon API',
6 packages=['mastodon'], 6 packages=['mastodon'],
7 setup_requires=['pytest-runner'], 7 setup_requires=['pytest-runner'],
8 tests_require=['pytest', 'pytest-cov', 'vcrpy', 'pytest-vcr'], 8 tests_require=['pytest', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'],
9 install_requires=['requests', 'python-dateutil', 'six', 'pytz'], 9 install_requires=['requests', 'python-dateutil', 'six', 'pytz'],
10 url='https://github.com/halcy/Mastodon.py', 10 url='https://github.com/halcy/Mastodon.py',
11 author='Lorenz Diener', 11 author='Lorenz Diener',
Powered by cgit v1.2.3 (git 2.41.0)