Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Nguyen committed Nov 14, 2023
1 parent 1ddbf27 commit 329a2e5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[tool.poetry]
name = "diqu"
version = "0.0.0"
description = "CLI companion tool to support dq-tools package and more"
authors = ["IL <dat@infinitelambda.com>"]
description = "CLI Companion Tool with built-in Alert / Notification features for dq-tools and maybe more with empowering bug management with streamlined collaboration, agility, and automated anomaly alerts for a more efficient bug-fighting experience 🐞🚀"
authors = ["Infinite Lambda <contact@infinitelambda.com>"]
readme = "README.md"
license = "LICENSE"
repository = "https://github.com/infinitelambda/diqu"
keywords = ["flake8", "markdown", "lint"]
homepage = "https://infinitelambda.com"
documentation = "https://diqu.iflambda.com/latest/"
keywords = ["packaging", "poetry", "data-quality", "alert", "notification", "collaboration", "agility", "flake8", "markdown", "lint"]
classifiers = [
"Environment :: Console",
"Operating System :: OS Independent",
Expand All @@ -24,11 +27,11 @@ diqu = "diqu.__entrypoint__:main"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
rich-click = "^1.7.0"
jira = "^3.5.2"
pyyaml = "^6.0.1"
slack-sdk = "^3.23.0"
pandas = ">=1.0,<2.1"
snowplow-tracker = "^1.0.1"
jira = "^3.5.2"
slack-sdk = "^3.23.0"

[tool.poetry.dev-dependencies]
snowflake-connector-python = {version = "^3.3.1", extras = ["secure-local-storage", "pandas"]}
Expand Down

0 comments on commit 329a2e5

Please sign in to comment.