requirements: add future

SHA 14255ca introduced the lines that are reported to be breaking.
future module in requirements fixes it

Reference: https://pypi.python.org/pypi/future

Fixes #6489
pull/6602/head
Martin Kojtal 2018-04-11 14:46:33 +01:00
parent 3bc2d2e1db
commit f316373b9f
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ beautifulsoup4>=4
fuzzywuzzy>=0.11
pyelftools>=0.24
jsonschema>=2.6
future>=0.16.0