aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <[email protected]>2017-07-25 12:04:11 +0000
committerng0 <[email protected]>2017-07-25 12:04:11 +0000
commit5828650d3d90cc05d6621aa4117cf227f9c8f94f (patch)
tree8cbeeb5e8692ad0f4f43680f01ae5c241b67d9d9 /setup.py
parent4e8743cc68356b472420a992524859b80c2c056f (diff)
downloadmastodon.py-5828650d3d90cc05d6621aa4117cf227f9c8f94f.tar.gz
setup.py: requirements: Change "dateutils" to "dateutil".
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 45118ab..81dafe6 100644
--- a/setup.py
+++ b/setup.py
@@ -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', 'dateutils', 'six'], 9 install_requires=['requests', '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]',
Powered by cgit v1.2.3 (git 2.41.0)