Skip to content

Commit

Permalink
fix missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Jan 5, 2024
1 parent b8601ca commit a2a0d06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ def readme():
"setuptools==67.6.1",
"Cython==3.0.6",
"wheel==0.42.0",
"asyncio==3.4.3",
"cpython==0.0.6"
"asyncio==3.4.3"
],
install_requires=[
"Cython==3.0.6",
Expand Down

0 comments on commit a2a0d06

Please sign in to comment.