We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca725a commit c99a5c2Copy full SHA for c99a5c2
pyproject.toml
@@ -9,18 +9,18 @@ documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/ex
9
keywords = ["snakemake", "plugin", "executor", "aws-batch"]
10
11
[tool.poetry.dependencies]
12
+boto3 = "^1.36.5"
13
python = "^3.11"
14
+snakemake = "^8.30.0"
15
snakemake-interface-common = "^1.17.4"
16
snakemake-interface-executor-plugins = "^9.3.2"
-boto3 = "^1.36.5"
17
+snakemake-storage-plugin-s3 = "^0.3.1"
18
19
[tool.poetry.group.dev.dependencies]
20
black = "^23.11.0"
21
flake8 = "^6.1.0"
22
coverage = "^7.3.2"
23
pytest = "^7.4.3"
-snakemake = "^8.20.1"
-snakemake-storage-plugin-s3 = "^0.3.1"
24
25
[tool.coverage.run]
26
omit = [".*", "*/site-packages/*", "Snakefile"]
0 commit comments