Skip to content

Commit

Permalink
pyproject extras
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke-yokomoto committed Dec 14, 2023
1 parent 9363cda commit 0315a3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ fakeredis = "*"
mypy = "*"
types-redis = "*"

[tool.poetry.extras]
s3 = ["boto3"]
gcs = ["google-api-python-client"]

[tool.pytest.ini_options]
addopts = "--strict-markers"
testpaths = "test"
Expand Down

0 comments on commit 0315a3e

Please sign in to comment.