mik-laj commented on a change in pull request #13195:
URL: https://github.com/apache/airflow/pull/13195#discussion_r549650875
##########
File path: setup.cfg
##########
@@ -113,11 +113,16 @@ install_requires =
pendulum~=2.0
pep562~=1.0;python_version<"3.7"
psutil>=4.2.0, <6.0.0
+ # snowflake-connector-python don't support newer version
+ #
https://github.com/snowflakedb/snowflake-connector-python/blob/v2.3.6/setup.py#L201
+ pyOpenSSL<20.0.0
pygments>=2.0.1, <3.0
+ # snowflake-connector-python, flask-jwt-extended, msal are not compatible
with newest version.
+ pyjwt<2
python-daemon>=2.1.1
python-dateutil>=2.3, <3
python-nvd3~=0.15.0
- python-slugify>=3.0.0,<5.0
+ python-slugify>=3.0.0,<5.
Review comment:
```suggestion
python-slugify>=3.0.0,<5.0
```
----------------------------------------------------------------
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]