Skip to content

Commit

Permalink
chore: add cython as build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 19, 2024
1 parent 3fa0ae1 commit 9a8b8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
url="https://github.com/BobTheBuidler/eth-portfolio",
install_requires=requirements,
setup_requires=[
"setuptools_scm",
"setuptools_scm", "cython"
],
package_data={
"eth_portfolio": ["py.typed"],
Expand Down

0 comments on commit 9a8b8ee

Please sign in to comment.