소스 검색

[python3.9] Upgrading greenlet and sasl as old versions are not compatible with py39 (#3290)

Ayush Goyal 2 년 전
부모
커밋
f83c07892c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      desktop/core/base_requirements.txt

+ 2 - 2
desktop/core/base_requirements.txt

@@ -27,7 +27,7 @@ djangomako==1.3.2
 djangorestframework-simplejwt==5.2.0
 djangorestframework==3.12.2
 future==0.18.3
-greenlet==0.4.15
+greenlet==2.0.2
 gunicorn==19.9.0
 ipython==8.1.1  # Python >= 3.8
 jaeger-client==4.3.0
@@ -58,7 +58,7 @@ PyJWT==2.4.0
 PyYAML==5.4.1
 requests-kerberos==0.12.0
 rsa==4.7
-sasl==0.2.1  # Move to https://pypi.org/project/sasl3/ ?
+sasl==0.3.1  # Move to https://pypi.org/project/sasl3/ ?
 slack-sdk==3.2.0
 SQLAlchemy==1.3.8
 sqlparse==0.4.2