Skip to content

Commit 0315a3e

Browse files
committed
pyproject extras
1 parent 9363cda commit 0315a3e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

poetry.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ fakeredis = "*"
4545
mypy = "*"
4646
types-redis = "*"
4747

48+
[tool.poetry.extras]
49+
s3 = ["boto3"]
50+
gcs = ["google-api-python-client"]
51+
4852
[tool.pytest.ini_options]
4953
addopts = "--strict-markers"
5054
testpaths = "test"

0 commit comments

Comments
 (0)