Skip to content

Commit

Permalink
fixed pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Jan 17, 2024
1 parent 3747ee4 commit d9cccc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fs-s3fs = { version = "^1.1.1", optional = true }
requests = "^2.28.2"
cached-property = "^1" # Remove after Python 3.7 support is dropped

[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
pytest = "^7.2.1"
flake8 = "^5.0.4"
darglint = "^1.8.1"
Expand Down

0 comments on commit d9cccc4

Please sign in to comment.