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:
Cristi Vîjdea
2018-09-09 22:29:11 +03:00
parent 5fa35d5b81
commit 3ac6c9ec3a
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -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