Skip to content

Commit

Permalink
removes astunparse and aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Nov 25, 2024
1 parent bfd0b52 commit e6b5b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 104 deletions.
104 changes: 2 additions & 102 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click = ">=7.1"
requirements-parser = ">=0.5.0"
setuptools = ">=65.6.0"
humanize = ">=4.4.0"
astunparse = ">=1.6.3"
astunparse = { "version" = ">=1.6.3", "python" = "<3.9"}
gitpython = ">=3.1.29"
pytz = ">=2022.6"
giturlparse = ">=0.10.0"
Expand Down Expand Up @@ -89,7 +89,6 @@ alembic = {version = ">1.10.0", optional = true}
paramiko = {version = ">=3.3.0", optional = true}
sqlglot = {version = ">=20.0.0", optional = true}
db-dtypes = { version = ">=1.2.0", optional = true }
aiohttp = { version = ">=3.9", optional = true }

[tool.poetry.extras]
gcp = ["grpcio", "google-cloud-bigquery", "db-dtypes", "gcsfs"]
Expand Down

0 comments on commit e6b5b02

Please sign in to comment.