Fixes Broken setup.py

This commit is contained in:
2022-12-07 02:38:17 -03:00
parent f7ac112420
commit a5cd253f0b
5 changed files with 62 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ numpy = "*"
pandas = "*"
cython = "*"
twine = "*"
auditwheel = "*"
[dev-packages]
coverage = "*"