We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41ad43d + 27e11b1 commit 20e9fb4Copy full SHA for 20e9fb4
AUTHORS.rst
@@ -23,4 +23,5 @@ Contributors
23
- `@pegler <https://github.com/pegler>`_
24
- `@puttu <https://github.com/puttu>`_
25
- Janusz Skonieczny `@wooyek <https://github.com/wooyek>`_
26
+- Richard Dawe `@richdawe77 <https://github.com/rdawemsys>`_
27
- ADD YOURSELF HERE (and link to your github page)
README.rst
@@ -47,6 +47,7 @@ Install from PyPI using `pip`_:
47
48
.. _pip: http://www.pip-installer.org/en/latest/
49
50
+Python 2.7 or later is required.
51
52
Get a key
53
---------
test-requirements.txt
@@ -1,6 +1,6 @@
1
flake8
2
pytest==2.8.7
3
pytest-cov==1.8.1
4
-requests==2.5.1
+requests==2.20.1
5
responses==0.3.0
6
mock==2.0.0
0 commit comments