Skip to content

Commit

Permalink
removing cryptography package as this is not required in this PR
Browse files Browse the repository at this point in the history
feat: Adding utilities to connect AWS services like RDS

adding AWS Dataservices connectors utilities

----
Signed-off-by: Saisharath <srsharathreddy@gmail.com>
Signed-off-by: skondakindi <saisharathreddy_kondakindi@intuit.com>
  • Loading branch information
skondakindi committed Apr 9, 2024
1 parent b4e0f5a commit 4e1d4cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ redis = { extras = ["hiredis"], version = "^5.0", optional = true }
boto3 = { version = "^1.24.64", optional = true }
pydruid = { version = "^0.6", optional = true }
PyMySQL = { version = "^1.1.0", optional = true }
cryptography = { version = "^42.0.5", optional = true }
SQLAlchemy = { version = "^2.0.28", optional = true }
pytest = "^7.1"

Expand All @@ -51,7 +50,7 @@ redis = ["redis"]
dynamodb = ["boto3"]
druid = ["pydruid"]
boto3 = ["boto3"]
rds = ["PyMySQL", "cryptography", "boto3"]
rds = ["PyMySQL", "boto3"]

[tool.poetry.group.torch]
optional = true
Expand Down

0 comments on commit 4e1d4cd

Please sign in to comment.