You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@marvin.apache.org by GitBox <gi...@apache.org> on 2019/05/12 19:17:03 UTC

[GitHub] [incubator-marvin] lucasbmiguel commented on a change in pull request #21: Adding support for building docker images.

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 with 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:
users@infra.apache.org


With regards,
Apache Git Services