Skip to content

Commit

Permalink
Merge pull request #207 from phenobarbital/dev
Browse files Browse the repository at this point in the history
fix missing requirement
  • Loading branch information
phenobarbital authored Jan 5, 2024
2 parents a6f0f06 + a2a0d06 commit da0ec92
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 da0ec92

Please sign in to comment.