This commit is contained in:
2018-03-15 09:20:32 -04:00
parent b2e99359fc
commit 6a27949e5f
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ pytest-mypy = "*"
white = {version="*"}
"e1839a8" = {path = ".", editable = true, extras=["socks"]}
mypy = "==0.540"
"rfc3986" = "*"
[packages]
+1
View File
@@ -35,6 +35,7 @@ from urllib.request import (
from http import cookiejar as cookielib
from http.cookies import Morsel
from io import StringIO
from collections import OrderedDict
builtin_str = str # type: ignore
str = str # type: ignore
+1 -1
View File
@@ -8,7 +8,7 @@ Data structures that power Requests.
import collections
from .compat import basestring, OrderedDict
from .basics import basestring, OrderedDict
class CaseInsensitiveDict(collections.MutableMapping):
+1
View File
@@ -74,6 +74,7 @@ requires = [
'idna>=2.5,<2.7',
'urllib3>=1.21.1,<1.23',
'certifi>=2017.4.17',
'rfc3986>=1.1.0<2',
]
test_requirements = [
'pytest-httpbin==0.0.7',