chore: refine python-jose dependency (#3049)
This commit is contained in:
parent
149e307bc9
commit
029b2a9751
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue