packaging._tokenizer.ParserSyntaxError: Expected version after operator
    boto3>=boto3-1.17.57
This commit is contained in:
ajacoutot 2022-12-10 08:51:33 +00:00
parent 9bf1b341ea
commit 818b16911e
1 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,6 @@
packaging._tokenizer.ParserSyntaxError: Expected version after operator
boto3>=boto3-1.17.57
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@ -8,7 +11,8 @@ Index: setup.cfg
- urllib3==1.26.4
+ urllib3>=1.26.4
requests>=2.25.1
boto3>=boto3-1.17.57
- boto3>=boto3-1.17.57
+ boto3>=1.17.57
requests_aws4auth>=1.0.1
- click>=7.0,<8.0
+ click>=7.0,<9.0
@ -21,7 +25,8 @@ Index: setup.cfg
- urllib3==1.26.4
+ urllib3>=1.26.4
requests>=2.25.1
boto3>=boto3-1.17.57
- boto3>=boto3-1.17.57
+ boto3>=1.17.57
requests_aws4auth>=1.0.1
- click>=7.0,<8.0
+ click>=7.0,<9.0