Remove dependency on future
Sole use was raise_from. six.raise_from loses exception detail on Python 2, so god help the programmers of the past. Fixes #196.
This commit is contained in:
@@ -2,7 +2,6 @@ coreapi>=2.3.3
|
||||
coreschema>=0.0.4
|
||||
ruamel.yaml>=0.15.34
|
||||
inflection>=0.3.1
|
||||
future>=0.16.0
|
||||
six>=1.10.0
|
||||
uritemplate>=3.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user