Skip to content

Commit

Permalink
make rucio-clients an extra
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 17, 2023
1 parent 8983524 commit 4c8d917
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ dependencies = [
"pandas",
"hist>=2",
"cachetools",
"rucio-clients>=32;python_version>'3.8'",
"rucio-clients<32;python_version<'3.9'",
"cmd2"
]
dynamic = ["version"]

Expand Down Expand Up @@ -88,6 +85,11 @@ servicex = [
"servicex>=2.5.3",
"func-adl_servicex",
]
rucio = [
"rucio-clients>=32;python_version>'3.8'",
"rucio-clients<32;python_version<'3.9'",
"cmd2",
]
dev = [
"pre-commit",
"flake8",
Expand Down

0 comments on commit 4c8d917

Please sign in to comment.