Skip to content

Commit

Permalink
fix: tomllib was added to stdlib as of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 1, 2024
1 parent de0222e commit 21d727b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ccbr_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
requires-python = ">=3.10, <3.12"
requires-python = ">3.10, <3.12"
dependencies = [
"biopython",
"cffconvert >= 2.0.0",
"Click >= 8.1.3",
"pandas",
"pyyaml >= 6.0",
"requests",
"tomllib"
"requests"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 21d727b

Please sign in to comment.