aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 7eb3df8..f0b9985 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ webpush_deps = [
16] 16]
17 17
18blurhash_deps = [ 18blurhash_deps = [
19 'blurhash>=1.1.3', 19 'blurhash>=1.1.4',
20] 20]
21 21
22extras = { 22extras = {
@@ -36,7 +36,7 @@ setup(name='Mastodon.py',
36 'pytz', 36 'pytz',
37 'python-magic', 37 'python-magic',
38 'decorator>=4.0.0', 38 'decorator>=4.0.0',
39 ], 39 ] + blurhash_deps,
40 tests_require=test_deps, 40 tests_require=test_deps,
41 extras_require=extras, 41 extras_require=extras,
42 url='https://github.com/halcy/Mastodon.py', 42 url='https://github.com/halcy/Mastodon.py',
Powered by cgit v1.2.3 (git 2.41.0)