Upgrade furl requirement

This commit is contained in:
Konsta Vesterinen
2014-12-16 22:29:42 +02:00
parent dd3758e40a
commit b1a35fa70d

View File

@@ -47,7 +47,7 @@ extras_require = {
'color': ['colour>=0.0.4'],
'ipaddress': ['ipaddr'] if not PY3 else [],
'timezone': ['python-dateutil'],
'url': ['furl >= 0.3.5'] if not PY3 else [],
'url': ['furl >= 0.4.1'],
'encrypted': ['cryptography>=0.6']
}