aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-12-11 11:49:14 +0100
committerLorenz Diener <[email protected]>2017-12-11 11:49:14 +0100
commit3ba917d363fd019fee009955cbae385b3b84319b (patch)
tree8bc687951141e818b0fc0c3ca6b55a96bc911307 /setup.py
parentedb3aaa28c9c847271b63bca563b4adfb891b3a2 (diff)
downloadmastodon.py-3ba917d363fd019fee009955cbae385b3b84319b.tar.gz
Add versionind decorator
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)