You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/14 22:58:44 UTC

[GitHub] mik-laj commented on a change in pull request #4524: [AIRFLOW-3707] Group subpackages by cloud providers

mik-laj commented on a change in pull request #4524: [AIRFLOW-3707] Group subpackages by cloud providers
URL: https://github.com/apache/airflow/pull/4524#discussion_r247695503
 
 

 ##########
 File path: setup.py
 ##########
 @@ -157,30 +160,30 @@ def write_version(filename=os.path.join(*['airflow',
 datadog = ['datadog>=0.14.0']
 doc = [
     'mock',
-    'sphinx>=1.2.3',
     'sphinx-argparse>=0.1.13',
+    'Sphinx-PyPI-upload>=0.2.1',
     'sphinx-rtd-theme>=0.1.6',
+    'sphinx>=1.2.3',
     'sphinxcontrib-httpdomain>=1.7.0',
-    'Sphinx-PyPI-upload>=0.2.1'
 ]
 docker = ['docker~=3.0']
 druid = ['pydruid>=0.4.1']
 elasticsearch = [
+    'elasticsearch-dsl>=5.0.0,<6.0.0',
     'elasticsearch>=5.0.0,<6.0.0',
-    'elasticsearch-dsl>=5.0.0,<6.0.0'
 ]
 emr = ['boto3>=1.0.0, <1.8.0']
 
 Review comment:
   I forgot about this line.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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