File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
@$(MAKE ) pr
6
6
7
7
dev :
8
- pip install --upgrade pip poetry pre-commit
8
+ pip install --upgrade pip pre-commit poetry==1.1.4
9
9
poetry install --extras " pydantic"
10
10
pre-commit install
11
11
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ boto3 = "^1.12"
26
26
jmespath = " ^0.10.0"
27
27
pydantic = {version = " ^1.8.1" , optional = true }
28
28
email-validator = {version = " *" , optional = true }
29
- # typing_extensions = {version = "^3.7.4.2", optional = true, python= "<3.8" }
30
29
31
30
[tool .poetry .dev-dependencies ]
32
31
coverage = {extras = [" toml" ], version = " ^5.5" }
@@ -57,7 +56,6 @@ mike = "^0.6.0"
57
56
58
57
[tool .poetry .extras ]
59
58
pydantic = [" pydantic" , " email-validator" ]
60
- # pydantic = ["pydantic", "typing_extensions", "email-validator"]
61
59
62
60
[tool .coverage .run ]
63
61
source = [" aws_lambda_powertools" ]
You can’t perform that action at this time.
0 commit comments