Skip to content

Commit

Permalink
Fix pyserde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 3, 2023
1 parent f61fd89 commit 08bf52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiochris"
version = "0.3.0"
version = "0.3.1"
description = "ChRIS client built on aiohttp"
authors = ["FNNDSC <[email protected]>"]
readme = "README.md"
Expand All @@ -24,7 +24,7 @@ keyring = {version = "^24.2.0", optional = true}
chrs = {version = "^0.2.4", optional = true}

[tool.poetry.extras]
chrs = ["pyserde", "keyring", "chrs"]
chrs = ["keyring", "chrs"]

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
Expand Down

0 comments on commit 08bf52d

Please sign in to comment.