Skip to content

Commit 457bc4a

Browse files
committed
make dev deps
1 parent b7ac8ae commit 457bc4a

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

poetry.lock

Lines changed: 13 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ ray = [
7171
]
7272
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
7373
thrift = { version = ">=0.13.0,<1.0.0", optional = true }
74-
mypy-boto3-glue = { version = ">=1.28.18", optional = true }
75-
mypy-boto3-dynamodb = { version = ">=1.28.18", optional = true }
7674
boto3 = { version = ">=1.24.59", optional = true }
7775
s3fs = { version = ">=2023.1.0", optional = true }
7876
adlfs = { version = ">=2023.1.0", optional = true }
@@ -103,6 +101,8 @@ cython = "3.1.1"
103101
deptry = ">=0.14,<0.24"
104102
datafusion = ">=44,<48"
105103
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
104+
mypy-boto3-glue = { version = ">=1.28.18", optional = true }
105+
mypy-boto3-dynamodb = { version = ">=1.28.18", optional = true }
106106

107107
[tool.poetry.group.docs.dependencies]
108108
# for mkdocs
@@ -304,9 +304,9 @@ snappy = ["python-snappy"]
304304
hive = ["thrift"]
305305
hive-kerberos = ["thrift", "thrift_sasl", "kerberos"]
306306
s3fs = ["s3fs"]
307-
glue = ["boto3", "mypy-boto3-glue"]
307+
glue = ["boto3"]
308308
adlfs = ["adlfs"]
309-
dynamodb = ["boto3", "mypy-boto3-dynamodb"]
309+
dynamodb = ["boto3"]
310310
zstandard = ["zstandard"]
311311
sql-postgres = ["sqlalchemy", "psycopg2-binary"]
312312
sql-sqlite = ["sqlalchemy"]

0 commit comments

Comments
 (0)