Skip to content

Commit

Permalink
Remove greenlet dependency
Browse files Browse the repository at this point in the history
The `greenlet>=2.0.1` requirement is forced on all projects importing this package, but it's actually not imported (except from tests for which it already is listed in `testsrequire.py`).
  • Loading branch information
mrcljx committed Jul 19, 2023
1 parent 9545a17 commit 2aba46d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def read_version():
python_requires='>=3.7, <4',
install_requires=[
'sqlalchemy>=1.4.24,<1.5',
'greenlet>=2.0.1',
'requests',
'clickhouse-driver>=0.1.2',
'asynch>=0.2.2',
Expand Down

0 comments on commit 2aba46d

Please sign in to comment.