aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-27 17:20:20 +0200
committerGitHub <[email protected]>2019-04-27 17:20:20 +0200
commita264154073dc59b89cd37887de33da45f96ca026 (patch)
tree197bafad9506612212d5032f13281913599f24e6 /setup.py
parent450ebd983f0d71fed9bf6d874028d8adcc20992e (diff)
parentde329e8cf6549da18e94dd7bde753da025f04167 (diff)
downloadmastodon.py-a264154073dc59b89cd37887de33da45f96ca026.tar.gz
Merge pull request #164 from codl/link-flakeid
more robust handling of pagination Link headers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 009063d..72e3c8b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
1from setuptools import setup 1from setuptools import setup
2 2
3test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock'] 3test_deps = ['pytest', 'pytest-runner', 'pytest-cov', 'vcrpy', 'pytest-vcr', 'pytest-mock', 'requests-mock']
4extras = { 4extras = {
5 "test": test_deps 5 "test": test_deps
6} 6}
Powered by cgit v1.2.3 (git 2.41.0)