requests stubs are not Python 2-compatible (#7483)

This commit is contained in:
Alex Waygood
2022-03-13 12:06:34 +00:00
committed by GitHub
parent d3df6da103
commit 8134752ad8

View File

@@ -1,3 +1,2 @@
version = "2.27.*"
requires = ["types-urllib3<1.27"] # keep in sync with requests's setup.py
python2 = true