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 737f6d9..ddb898f 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,8 @@ setup(name='Mastodon.py',
17 'python-magic', 17 'python-magic',
18 'decorator>=4.0.0', 18 'decorator>=4.0.0',
19 'http_ece>=1.0.5', 19 'http_ece>=1.0.5',
20 'cryptography>=1.6.0' 20 'cryptography>=1.6.0',
21 'blurhash>=1.1.0',
21 ], 22 ],
22 tests_require=test_deps, 23 tests_require=test_deps,
23 extras_require=extras, 24 extras_require=extras,
Powered by cgit v1.2.3 (git 2.41.0)