diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-30 22:43:50 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-30 22:43:50 +0200 |
commit | 99432f538e0243a12ee575ad6a9ff06c06792dc9 (patch) | |
tree | 06b61042d1a76694422a517bada8aebf6103927c /setup.py | |
parent | 262d150c05b328324ae5becc5da0d5b55dd74b89 (diff) | |
parent | 2d7f495b0f702ca156697e7c7f0dd2e40a68e4a6 (diff) | |
download | mastodon.py-99432f538e0243a12ee575ad6a9ff06c06792dc9.tar.gz |
Merge branch 'eumiro-modern-datetime'
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ setup(name='Mastodon.py', | |||
33 | 'requests>=2.4.2', | 33 | 'requests>=2.4.2', |
34 | 'python-dateutil', | 34 | 'python-dateutil', |
35 | 'six', | 35 | 'six', |
36 | 'pytz', | ||
37 | 'python-magic', | 36 | 'python-magic', |
38 | 'decorator>=4.0.0', | 37 | 'decorator>=4.0.0', |
39 | ] + blurhash_deps, | 38 | ] + blurhash_deps, |