Add Future lib

pull/1495/head
nicolargo 2019-04-27 11:02:04 +02:00
parent 555f3b8654
commit 5bd4d587a7
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
psutil==5.6.1 psutil==5.6.2
future

View File

@ -41,7 +41,7 @@ def get_data_files():
def get_install_requires(): def get_install_requires():
requires = ['psutil>=5.3.0'] requires = ['psutil>=5.3.0', 'future']
if sys.platform.startswith('win'): if sys.platform.startswith('win'):
requires.append('bottle') requires.append('bottle')
requires.append('requests') requires.append('requests')