Skip to content

Commit

Permalink
feat: Adding utilities to connect AWS services like RDS
Browse files Browse the repository at this point in the history
adding AWS Dataservices connectors utilities

----
Signed-off-by: Saisharath <srsharathreddy@gmail.com>
  • Loading branch information
skondakindi committed Apr 5, 2024
1 parent d608c33 commit 577c0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ prometheus_client = "^0.18.0"
# extras
mlflow-skinny = { version = "^2.0", optional = true }
redis = { extras = ["hiredis"], version = "^5.0", optional = true }
boto3 = { version = "^1.24.64", optional = false }
boto3 = { version = "^1.24.64", optional = true }
pydruid = { version = "^0.6", optional = true }
PyMySQL = { version = "^1.1.0", optional = false }
PyMySQL = { version = "^1.1.0", optional = true }
cryptography = { version = "^42.0.5", optional = true }
SQLAlchemy = { version = "^2.0.28", optional = true }

Expand Down

0 comments on commit 577c0b1

Please sign in to comment.