File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ dependencies = [
5757 " pytest-cov" ,
5858 " pytest-rerunfailures" ,
5959 " mypy" ,
60- " pip"
60+ " pip" ,
61+ " pytz"
6162]
6263
6364[tool .hatch .envs .test .scripts ]
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ dependencies = [
5757 " pytest-cov" ,
5858 " pytest-rerunfailures" ,
5959 " mypy" ,
60- " pip"
60+ " pip" ,
61+ " requests_mock"
6162]
6263
6364[tool .hatch .envs .test .scripts ]
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ dependencies = [
5959 " pytest-cov" ,
6060 " pytest-rerunfailures" ,
6161 " mypy" ,
62- " pip"
62+ " pip" ,
63+ " boto3"
6364]
6465
6566[tool .hatch .envs .test .scripts ]
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ dependencies = [
5858 " pytest-cov" ,
5959 " pytest-rerunfailures" ,
6060 " mypy" ,
61- " pip"
61+ " pip" ,
62+ " pytest-mock"
6263]
6364
6465[tool .hatch .envs .test .scripts ]
You can’t perform that action at this time.
0 commit comments