Skip to content

Commit c15a484

Browse files
authored
Merge branch 'master' into adding_textract
2 parents 9b927fb + d56ebcc commit c15a484

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
BeautifulSoup==3.2.1
2525
boto3==1.2.5
26-
syncano==5.4.1
26+
syncano==5.4.4
2727
mixpanel==4.3.0
2828
mixpanel-query-py==0.1.7
29-
Sendinblue==2.0.2
29+
Sendinblue==2.0.4
3030
GitPython==2.0.5
3131
Mako==1.0.4
3232
sendgrid==3.2.10

requirements_python3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
beautifulsoup4==4.4.1
2525
boto3==1.2.5
26-
syncano==5.4.1
26+
syncano==5.4.4
2727
mixpanel==4.3.0
2828
sendgrid==3.2.10
2929
python-telegram-bot==5.0.0

test_v50.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.1')):
1+
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.4.4')):
22
assert __import__(lib).__version__ == version

0 commit comments

Comments
 (0)