diff --git a/python/files/requirements.txt b/python/files/requirements.txt index de76d71..9d6bbd3 100644 --- a/python/files/requirements.txt +++ b/python/files/requirements.txt @@ -23,7 +23,7 @@ fastly==0.0.2 pandas==0.17.1 BeautifulSoup==3.2.1 boto3==1.2.5 -syncano==5.4.4 +syncano==5.4.6 mixpanel==4.3.0 mixpanel-query-py==0.1.7 Sendinblue==2.0.4 @@ -33,3 +33,4 @@ sendgrid==3.2.10 python-telegram-bot==5.0.0 Jinja2==2.8 wit==4.1.0 +future==0.15.2 diff --git a/python/files/requirements_python3.txt b/python/files/requirements_python3.txt index 7af2a33..475eb13 100644 --- a/python/files/requirements_python3.txt +++ b/python/files/requirements_python3.txt @@ -23,7 +23,7 @@ fastly==0.0.2 pandas==0.17.1 beautifulsoup4==4.4.1 boto3==1.2.5 -syncano==5.4.4 +syncano==5.4.6 mixpanel==4.3.0 sendgrid==3.2.10 python-telegram-bot==5.0.0 diff --git a/test_v50.py b/test_v50.py index 521fbac..e929731 100644 --- a/test_v50.py +++ b/test_v50.py @@ -1,2 +1,2 @@ -for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.4')): +for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.6')): assert __import__(lib).__version__ == version