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 2020/06/24 01:07:27 UTC

[GitHub] [airflow] vitaly-krugl opened a new issue #9494: flask and flask-* missing from requirements/requirements-python3.8.txt, etc.

vitaly-krugl opened a new issue #9494:
URL: https://github.com/apache/airflow/issues/9494


   **Apache Airflow version**: 1.10.10
   
   **Environment**: OS X 10.15.5 Python 3.8 and Python3.7
   
   **What happened**:
   The version-locked versions of many packages listed in INSTALL_REQUIREMENTS of setup.py are missing from requirements/requirements-python3.8.txt and requirements/requirements-python3.7.txt.
   
   For example, INSTALL_REQUREMENTS in setup.py contains
       'flask>=1.1.0, <2.0',
       'flask-admin==1.5.4',
       'flask-appbuilder>=1.12.2, <2.0.0;python_version<"3.6"',
       'flask-appbuilder~=2.2;python_version>="3.6"',
       'flask-caching>=1.3.3, <1.4.0',
       'flask-login>=0.3, <0.5',
       'flask-swagger==0.2.13',
       'flask-wtf>=0.14.2, <0.15',
    
   BUT most of these packages are missing from requirements/requirements-python3.8.txt and requirements/requirements-python3.7.txt.
   
   **What you expected to happen**:
   I expect requirements/requirements-python3.8.txt and requirements/requirements-python3.7.txt to include all the version-locked packages that appear in INSTALL_REQUREMENTS of setup.py.
   
   **How to reproduce it**:
   Compare presence of packages referenced in setup.py versus the version-locked packages listed in requirements/requirements-python3.8.txt and requirements/requirements-python3.7.txt.
   
   **Anything else we need to know**: NO
   
   How often does this problem occur? Once? Every time etc?
   EVERY TIME
   


----------------------------------------------------------------
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



[GitHub] [airflow] vitaly-krugl commented on issue #9494: flask and flask-* missing from requirements/requirements-python3.8.txt, etc.

Posted by GitBox <gi...@apache.org>.
vitaly-krugl commented on issue #9494:
URL: https://github.com/apache/airflow/issues/9494#issuecomment-648545590


   Sorry, they were of different case in the setup.py vs. requirements/*.txt. Closing.


----------------------------------------------------------------
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



[GitHub] [airflow] vitaly-krugl closed issue #9494: flask and flask-* missing from requirements/requirements-python3.8.txt, etc.

Posted by GitBox <gi...@apache.org>.
vitaly-krugl closed issue #9494:
URL: https://github.com/apache/airflow/issues/9494


   


----------------------------------------------------------------
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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #9494: flask and flask-* missing from requirements/requirements-python3.8.txt, etc.

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #9494:
URL: https://github.com/apache/airflow/issues/9494#issuecomment-648522447


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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