diff options
author | Lorenz Diener <[email protected]> | 2017-08-21 16:26:02 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-08-21 16:26:02 +0200 |
commit | badc8aff20aba45060847afc44d8632f4f4e5221 (patch) | |
tree | 99e6b9d1ed895553910bfe951e8fb42daf73d50d | |
parent | fccc4e19866442c609ddddf9d112c6c14ab20d1e (diff) | |
download | mastodon.py-badc8aff20aba45060847afc44d8632f4f4e5221.tar.gz |
Fixing setup.py
-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]', |