[O] Remove HyPyUtils Dependency

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-04-25 14:05:20 -04:00
parent 7bb049ea20
commit b0bc4e64a9
6 changed files with 97 additions and 9 deletions

View file

@ -32,7 +32,7 @@ setup(
packages=['hyfetch'],
package_data={'hyfetch': ['hyfetch/*']},
include_package_data=True,
install_requires=['setuptools', 'hypy_utils>=1.0.6', 'typing_extensions'],
install_requires=['setuptools', 'typing_extensions'],
entry_points={
"console_scripts": [
"hyfetch=hyfetch.main:run",