aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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)