Skip to content
Snippets Groups Projects
Commit 8cc9016e authored by Elke Kreim's avatar Elke Kreim
Browse files

Remove required dependencies

parent 54538e25
No related branches found
Tags v2.2.24
No related merge requests found
......@@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-hshassets',
version='2.2.22',
version='2.2.24',
packages=find_packages(),
include_package_data=True,
license='MIT License',
......@@ -18,9 +18,8 @@ setup(
author_email='tim.fechner@hs-hannover.de',
zip_safe=False,
install_requires=[
'libsass==0.19.4',
'jsmin==3.0.0',
'watchdog==0.10.2'
# ⚠️ keep this empty because production servers don't compile sass or minimize js
# ⚠️ so production setup doesn't have to suffer suffer from tons of optional heavyweight compiled binary dependencies
],
classifiers=[
'Environment :: Web Environment',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment