Skip to content

Commit

Permalink
fix(cassandra): make cassandra dependency optional/test-only (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderankin authored Apr 1, 2024
1 parent dee20a7 commit bddbaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bcrypt = { version = "*", optional = true }
[tool.poetry.extras]
arangodb = ["python-arango"]
azurite = ["azure-storage-blob"]
cassandra = ["cassandra-driver"]
cassandra = []
clickhouse = ["clickhouse-driver"]
elasticsearch = []
google = ["google-cloud-pubsub", "google-cloud-datastore"]
Expand Down

0 comments on commit bddbaeb

Please sign in to comment.