aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e49c26c..009063d 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,8 @@ setup(name='Mastodon.py',
13 'requests', 13 'requests',
14 'python-dateutil', 14 'python-dateutil',
15 'six', 15 'six',
16 'pytz', 16 'pytz',
17 'python-magic',
17 'decorator>=4.0.0', 18 'decorator>=4.0.0',
18 'http_ece>=1.0.5', 19 'http_ece>=1.0.5',
19 'cryptography>=1.6.0' 20 'cryptography>=1.6.0'
Powered by cgit v1.2.3 (git 2.41.0)