diff options
author | Lorenz Diener <[email protected]> | 2019-10-12 19:01:16 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-10-12 19:01:16 +0200 |
commit | 425fd29f153b812e92eaf1649275685e52dc7c66 (patch) | |
tree | 4cf54927dd85375a27d7ca4382b59f7a371018dd | |
parent | ca45cd65aa1e404164d318f1b5453de6e8b5cc6d (diff) | |
download | mastodon.py-425fd29f153b812e92eaf1649275685e52dc7c66.tar.gz |
Add permissive-license blurhash to core dependencies
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ webpush_deps = [ | |||
16 | ] | 16 | ] |
17 | 17 | ||
18 | blurhash_deps = [ | 18 | blurhash_deps = [ |
19 | 'blurhash>=1.1.3', | 19 | 'blurhash>=1.1.4', |
20 | ] | 20 | ] |
21 | 21 | ||
22 | extras = { | 22 | extras = { |
@@ -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', |