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.
1 parent 0b90619 commit d82da98Copy full SHA for d82da98
requirements-testing.txt
@@ -1,3 +1,4 @@
1
pytest~=4.6
2
responses~=0.13.3
3
+more-itertools==8.10.0 ; python_version<='3.5' # more-itertools added some f-strings after this.
4
typing; python_version>='3.4' and python_version<'3.5' # To work around CI fail.
0 commit comments