diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |