diff options
author | Lorenz Diener <[email protected]> | 2019-05-31 12:56:57 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-31 12:56:57 +0200 |
commit | cfbaf0803339ca0b823b74f6da9bbf2e28646349 (patch) | |
tree | 89c39881479919766b33a94c8e039ac36e317db1 | |
parent | cb68fdb922e42b4615ad302600f02ae42934cca2 (diff) | |
download | mastodon.py-cfbaf0803339ca0b823b74f6da9bbf2e28646349.tar.gz |
Update setup.py
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ setup(name='Mastodon.py', | |||
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 | 'blurhash>=1.1.3', |
22 | ], | 22 | ], |
23 | tests_require=test_deps, | 23 | tests_require=test_deps, |
24 | extras_require=extras, | 24 | extras_require=extras, |