Skip to content

Commit

Permalink
Cython is required to build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlzt committed Jan 8, 2024
1 parent cb42c9c commit 028af85
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 @@ -33,7 +33,7 @@
long_description_content_type="text/markdown",
url="https://github.com/vkcom/youtokentome",
python_requires=">=3.5.0",
install_requires=["Click>=7.0"],
install_requires=["Click>=7.0", "Cython>=0.29.34", "setuptools>=32.0.0"],
entry_points={"console_scripts": ["yttm = youtokentome.yttm_cli:main"]},
author="Ivan Belonogov",
license="MIT",
Expand All @@ -51,4 +51,3 @@
],
ext_modules=cythonize(extensions),
)

0 comments on commit 028af85

Please sign in to comment.