aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-12-01 00:14:57 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-12-01 00:14:57 +0200
commit160e4c817380a653bdfd90d723100d1548125c8d (patch)
tree8c5ff44eeb22b826cb959cd6d15680312c429872
parenta4b2b180d32a0920ac69b89a6a22d573af9e162e (diff)
downloadmastodon.py-160e4c817380a653bdfd90d723100d1548125c8d.tar.gz
Add pytz to test deps to allow tests to not fail on lower python versions
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 29feedb..0bd182d 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,8 @@ test_deps = [
7 'vcrpy', 7 'vcrpy',
8 'pytest-vcr', 8 'pytest-vcr',
9 'pytest-mock', 9 'pytest-mock',
10 'requests-mock' 10 'requests-mock',
11 'pytz'
11] 12]
12 13
13webpush_deps = [ 14webpush_deps = [
Powered by cgit v1.2.3 (git 2.41.0)