Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrett-scripps committed May 16, 2024
1 parent bd4e72e commit 6bde4c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ classifiers = [
]
keywords = ["chaparral", "api", "bioinformatics"]

[project.dependencies]
requests = "^2.25.1"
pydantic = "^1.8"
dependencies = [
"requests>=2.25.1",
"pydantic>=1.8"
]

[project.optional-dependencies]
test = [
"pytest >=6.2",
"pytest-mock >=3.6",
"pytest>=6.2",
"pytest-mock>=3.6"
]

[tool.setuptools]
Expand Down

0 comments on commit 6bde4c6

Please sign in to comment.