aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 5a9d8cc..0cc1be1 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(name='Mastodon.py',
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'], 12 setup_requires=['pytest-runner'],
13 install_requires=['requests', 'python-dateutil', 'six', 'pytz'], 13 install_requires=['requests', 'python-dateutil', 'six', 'pytz', 'decorator'],
14 tests_require=test_deps, 14 tests_require=test_deps,
15 extras_require=extras, 15 extras_require=extras,
16 url='https://github.com/halcy/Mastodon.py', 16 url='https://github.com/halcy/Mastodon.py',
Powered by cgit v1.2.3 (git 2.41.0)