Skip to content

Commit c99a5c2

Browse files
committed
refactor pyproject.toml
1 parent cca725a commit c99a5c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/ex
99
keywords = ["snakemake", "plugin", "executor", "aws-batch"]
1010

1111
[tool.poetry.dependencies]
12+
boto3 = "^1.36.5"
1213
python = "^3.11"
14+
snakemake = "^8.30.0"
1315
snakemake-interface-common = "^1.17.4"
1416
snakemake-interface-executor-plugins = "^9.3.2"
15-
boto3 = "^1.36.5"
17+
snakemake-storage-plugin-s3 = "^0.3.1"
1618

1719
[tool.poetry.group.dev.dependencies]
1820
black = "^23.11.0"
1921
flake8 = "^6.1.0"
2022
coverage = "^7.3.2"
2123
pytest = "^7.4.3"
22-
snakemake = "^8.20.1"
23-
snakemake-storage-plugin-s3 = "^0.3.1"
2424

2525
[tool.coverage.run]
2626
omit = [".*", "*/site-packages/*", "Snakefile"]

0 commit comments

Comments
 (0)