aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-04 17:42:49 +0200
committerGitHub <[email protected]>2018-06-04 17:42:49 +0200
commit09654ba589b25d9680f0858bb0432b5b3881ca51 (patch)
tree002ca2c7d1a75a89b227363989889219c94c937b
parente1bac5b69ee1777a57a565956164bfb1dfd8bb41 (diff)
downloadmastodon.py-09654ba589b25d9680f0858bb0432b5b3881ca51.tar.gz
Update setup.py
sorry, Debian maintainers imaginary or actual
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 40e5428..69feee7 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', 'decorator'], 13 install_requires=['requests', 'python-dateutil', 'six', 'pytz', 'decorator>=4.0.0'],
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)