ashb commented on a change in pull request #5045: [AIRFLOW-4246] RBAC 
Flask-OAuthlib breaks due to dependencies
URL: https://github.com/apache/airflow/pull/5045#discussion_r272549354
 
 

 ##########
 File path: setup.py
 ##########
 @@ -189,9 +189,12 @@ def write_version(filename=os.path.join(*['airflow',
     'PyOpenSSL',
     'pandas-gbq'
 ]
-github_enterprise = ['Flask-OAuthlib>=0.9.1']
 grpc = ['grpcio>=1.15.0']
-google_auth = ['Flask-OAuthlib>=0.9.1']
+flask_oauth = [
+    'Flask-OAuthlib>=0.9.1',
+    'oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2',
 
 Review comment:
   My that's quite the version specificiation! Where did it come from?

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

Reply via email to