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:
[email protected]