aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šedivý <[email protected]>2022-11-30 20:21:04 +0100
committerMiroslav Šedivý <[email protected]>2022-11-30 20:21:04 +0100
commit5262d58a0b97a04bbc3bd07a1c46c4a6a564a61c (patch)
tree549f8c109190a88257e2c55bfc6c6e05ce532ff4 /setup.py
parent53cb42117bd99653f6f86280011cd25299356889 (diff)
downloadmastodon.py-5262d58a0b97a04bbc3bd07a1c46c4a6a564a61c.tar.gz
replace pytz with datetime.timezone and zoneinfo
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)