chore: refine python-jose dependency (#3049)
This commit is contained in:
parent
149e307bc9
commit
029b2a9751
2
setup.py
2
setup.py
@ -41,7 +41,7 @@ install_requires = [
|
|||||||
"PyYAML>=5.1",
|
"PyYAML>=5.1",
|
||||||
"pytz",
|
"pytz",
|
||||||
"python-dateutil<3.0.0,>=2.1",
|
"python-dateutil<3.0.0,>=2.1",
|
||||||
"python-jose<4.0.0",
|
"python-jose[cryptography]>=3.1.0,<4.0.0",
|
||||||
"docker>=2.5.1",
|
"docker>=2.5.1",
|
||||||
"jsondiff>=1.1.2",
|
"jsondiff>=1.1.2",
|
||||||
"aws-xray-sdk!=0.96,>=0.93",
|
"aws-xray-sdk!=0.96,>=0.93",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user