Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 70f4b7a

Browse files
Convert extras names to lowercase
pyathena-dev/PyAthena#191
1 parent e68cc78 commit 70f4b7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tox = "*"
4545
wheel = "*"
4646
twine = "*"
4747
pandas = ">=0.19.0"
48-
SQLAlchemy = ">=1.0.0, <2.0.0"
48+
sqlalchemy = ">=1.0.0, <2.0.0"
4949
pytest = ">=3.5"
5050
pytest-cov = "*"
5151
pytest-flake8 = ">=1.0.1"
@@ -55,8 +55,8 @@ pytest-xdist = "*"
5555
codecov = "*"
5656

5757
[tool.poetry.extras]
58-
Pandas = ["pandas"]
59-
SQLAlchemy = ["sqlalchemy"]
58+
pandas = ["pandas"]
59+
sqlalchemy = ["sqlalchemy"]
6060

6161
[tool.poetry.plugins."sqlalchemy.dialects"]
6262
"awsathena.jdbc" = "pyathenajdbc.sqlalchemy_athena:AthenaDialect"

0 commit comments

Comments
 (0)