lucasbmiguel commented on a change in pull request #21: Adding support for
building docker images.
URL: https://github.com/apache/incubator-marvin/pull/21#discussion_r283150130
##########
File path: python-toolbox/setup.py
##########
@@ -77,7 +77,8 @@
'joblib>=0.11',
'autopep8>=1.3.3',
'progressbar2>=3.34.3',
- 'urllib3>=1.21.1',
+ 'urllib3==1.21.1',
+ 'unidecode==1.0.23',
'idna>=2.5',
'bleach>=1.5.0',
'numpy==1.13.3'
Review comment:
Thanks, I just merged develop into my branch and got this commit
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services