diff --git a/setup.py b/setup.py index 3987010..6b8c682 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='Mastodon.py', 'decorator>=4.0.0', 'http_ece>=1.0.5', 'cryptography>=1.6.0', - 'blurhash>=1.1.0', + 'blurhash>=1.1.3', ], tests_require=test_deps, extras_require=extras,