-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update nixpkgs to latest version Signed-off-by: Robin Quintero <[email protected]>
- Loading branch information
1 parent
a55df48
commit 3d3ca83
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
[project] | ||
name = "batch_client" | ||
authors = [ | ||
{name = "Product Team", email = "[email protected]"}, | ||
] | ||
authors = [{ name = "Product Team", email = "[email protected]" }] | ||
requires-python = ">=3.11" | ||
dependencies = [ | ||
"click >=8.1.3, <9.0.0", | ||
"fa_purity >=1.38.0, <2.0.0", | ||
"pathos >=0.2.8, <1.0.0", | ||
"mypy-boto3-batch >=1.28.36, <2.0.0", | ||
"types-boto3 >=1.0.2, <2.0.0", | ||
"more-itertools >=8.10.0, <10.0.0", | ||
] | ||
description = "AWS batch python client" | ||
dynamic = ["version"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters