Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions pipeline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
name = "nf-core-stats"
version = "0.1.0"
description = "DLT pipeline for nf-core stats collection"
authors = [
{ name = "nf-core team" }
]
authors = [{ name = "nf-core team" }]
dependencies = [
"dlt[cli,duckdb,motherduck]>=1.4.1",
"dlt[cli,duckdb,motherduck]>=1.17.1",
"python-dotenv==1.1.1",
"requests>=2.31.0",
"slack-sdk>=3.33.5",
]
requires-python = ">=3.9"
requires-python = ">=3.10"

[project.scripts]
slack = "python slack_pipeline.py"
Expand All @@ -20,7 +18,7 @@ twitter = "python twitter_pipeline.py"

[tool.ruff]
line-length = 120
target-version = "py39"
target-version = "py310"

[tool.ruff.lint]
select = ["I", "E1", "E4", "E7", "E9", "F", "UP", "N"]
select = ["I", "E1", "E4", "E7", "E9", "F", "UP", "N"]
Loading
Loading