Skip to content

Commit

Permalink
fix: fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Apr 3, 2024
1 parent fc074f9 commit b4279d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ dependencies = [
"pytest~=7.2.2",
"moto~=4.1.6"
]
moto = ["S3"]

[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata.requires-extra]
moto = ["S3"]

[tool.black]
line-length = 99

Expand Down

0 comments on commit b4279d5

Please sign in to comment.