Skip to content

Commit edb7f5c

Browse files
committed
Remove SQLAlchemy pre-requisite as setup.py will already install it
Installing trino-python-client with the sqlalchemy extra like `pip install trino[sqlalchemy]` automatically installs required version of SQLAlchemy.
1 parent aee6064 commit edb7f5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ rows for example `Cursor.fetchone()` or `Cursor.fetchmany()`. By default
4848

4949
**Prerequisite**
5050

51-
- SQLAlchemy >= 1.3
5251
- Trino server >= 351
5352

5453
**Installation**

0 commit comments

Comments
 (0)