Skip to content

Commit

Permalink
chore: fix datadog dependency group (#16)
Browse files Browse the repository at this point in the history
* chore: fix dependency

* chore: fix dependency
  • Loading branch information
anaselmhamdi authored Jan 23, 2025
1 parent 4d7b164 commit 4884abb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ python-dotenv = "^1.0.1"
gspread = { version = "^6.1.2", optional = true }

# Monitoring
datadog = "^0.50.2"
datadog = { version = "^0.50.2", optional = true }

[tool.poetry.extras]
postgres = ["psycopg2-binary"]
bigquery = ["google-cloud-bigquery-storage", "google-cloud-bigquery", "sqlalchemy-bigquery", "protobuf"]
kafka = ["confluent-kafka", "fastavro", "kafka-python", "avro"]
rabbitmq = ["pika"]
gsheets = ["gspread"]
monitoring = ["datadog"]
datadog = ["datadog"]

###### [Test] dependencies ######
[tool.poetry.group.test]
Expand Down

0 comments on commit 4884abb

Please sign in to comment.