diff options
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||
13 | webpush_deps = [ | 14 | webpush_deps = [ |