diff options
author | codl <[email protected]> | 2019-04-15 15:48:45 +0200 |
---|---|---|
committer | codl <[email protected]> | 2019-04-15 15:52:30 +0200 |
commit | a815c10f9bb390aadc88fe0f35ee141ba96cfb45 (patch) | |
tree | a41c459345865e77a06ce8bfa70144c8551243fd /Pipfile | |
parent | eca31ea732d1c2c8f0491a138b2940e828a45973 (diff) | |
download | mastodon.py-a815c10f9bb390aadc88fe0f35ee141ba96cfb45.tar.gz |
add test for link headers. this adds requests-mock as a dependency
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ pytest-cov = "*" | |||
13 | vcrpy = "*" | 13 | vcrpy = "*" |
14 | pytest-vcr = "<1" | 14 | pytest-vcr = "<1" |
15 | pytest-mock = "*" | 15 | pytest-mock = "*" |
16 | requests-mock = "*" | ||