aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-28 23:22:09 +0200
committerLorenz Diener <[email protected]>2019-04-28 23:22:09 +0200
commit295903375cb9b30a45332ea0afc16c5897b17e84 (patch)
treedcb705d10e52f31f178c91db847c67f978db309f /setup.py
parent09c03296db1671e80f5e7814045e826f1975fb0b (diff)
downloadmastodon.py-295903375cb9b30a45332ea0afc16c5897b17e84.tar.gz
Release prep
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 72e3c8b..737f6d9 100644
--- a/setup.py
+++ b/setup.py
@@ -6,11 +6,11 @@ extras = {
6} 6}
7 7
8setup(name='Mastodon.py', 8setup(name='Mastodon.py',
9 version='1.3.1', 9 version='1.4.0',
10 description='Python wrapper for the Mastodon API', 10 description='Python wrapper for the Mastodon API',
11 packages=['mastodon'], 11 packages=['mastodon'],
12 install_requires=[ 12 install_requires=[
13 'requests', 13 'requests>=2.4.2',
14 'python-dateutil', 14 'python-dateutil',
15 'six', 15 'six',
16 'pytz', 16 'pytz',
Powered by cgit v1.2.3 (git 2.41.0)