Skip to content

Commit 68bfaa3

Browse files
author
Juan Carlos
committed
Remove dependencies
1 parent 55a6035 commit 68bfaa3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,11 @@ def run(self):
5858

5959

6060
setup(
61-
install_requires=['anglerfish'],
62-
setup_requires=['anglerfish'],
63-
tests_require=['anglerfish'],
64-
requires=['anglerfish'],
65-
6661
# scripts=['css-html-js-minify.py'], # uncomment if want install as script
67-
6862
entry_points={
6963
'console_scripts': [
7064
"css-html-js-minify = css_html_js_minify.minify:main",
7165
],
7266
},
73-
7467
cmdclass={"zipapp": ZipApp},
7568
)

0 commit comments

Comments
 (0)