aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-25 23:28:30 +0100
committerLorenz Diener <[email protected]>2016-11-25 23:28:30 +0100
commit69f78773a05666430c93eac5ef2eead7f648cc09 (patch)
tree3be8b01140f8bfa52dd70972ac1c243fb97a2959 /setup.py
parent3ce225dbeff8dc81539108cad376c0ab7db2125f (diff)
downloadmastodon.py-69f78773a05666430c93eac5ef2eead7f648cc09.tar.gz
Requirement and documentation fixes
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 74292fd..8bc4383 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ setup(name='Mastodon.py',
4 version='1.0.1', 4 version='1.0.1',
5 description='Python wrapper for the Mastodon API', 5 description='Python wrapper for the Mastodon API',
6 packages=['mastodon'], 6 packages=['mastodon'],
7 install_requires=['requests'], 7 install_requires=['requests', 'dateutil'],
8 url='https://github.com/halcy/Mastodon.py', 8 url='https://github.com/halcy/Mastodon.py',
9 author='Lorenz Diener', 9 author='Lorenz Diener',
10 author_email='[email protected]', 10 author_email='[email protected]',
Powered by cgit v1.2.3 (git 2.41.0)