diff options
author | codl <[email protected]> | 2017-08-23 09:51:01 +0200 |
---|---|---|
committer | codl <[email protected]> | 2017-08-23 09:51:01 +0200 |
commit | e9591099ba7a3e6c1ecb8349014ba98f93198d23 (patch) | |
tree | 99e6b9d1ed895553910bfe951e8fb42daf73d50d | |
parent | fccc4e19866442c609ddddf9d112c6c14ab20d1e (diff) | |
download | mastodon.py-e9591099ba7a3e6c1ecb8349014ba98f93198d23.tar.gz |
setup.py: fix dateutil name
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ setup(name='Mastodon.py', | |||
6 | packages=['mastodon'], | 6 | packages=['mastodon'], |
7 | setup_requires=['pytest-runner'], | 7 | setup_requires=['pytest-runner'], |
8 | tests_require=['pytest'], | 8 | tests_require=['pytest'], |
9 | install_requires=['requests', 'dateutil', 'six'], | 9 | install_requires=['requests', 'python-dateutil', 'six'], |
10 | url='https://github.com/halcy/Mastodon.py', | 10 | url='https://github.com/halcy/Mastodon.py', |
11 | author='Lorenz Diener', | 11 | author='Lorenz Diener', |
12 | author_email='[email protected]', | 12 | author_email='[email protected]', |