aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-30 22:43:50 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-30 22:43:50 +0200
commit99432f538e0243a12ee575ad6a9ff06c06792dc9 (patch)
tree06b61042d1a76694422a517bada8aebf6103927c /setup.py
parent262d150c05b328324ae5becc5da0d5b55dd74b89 (diff)
parent2d7f495b0f702ca156697e7c7f0dd2e40a68e4a6 (diff)
downloadmastodon.py-99432f538e0243a12ee575ad6a9ff06c06792dc9.tar.gz
Merge branch 'eumiro-modern-datetime'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f03b30..29feedb 100644
--- a/setup.py
+++ b/setup.py
@@ -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,
Powered by cgit v1.2.3 (git 2.41.0)