Skip to content
Snippets Groups Projects
Commit 4f0b1d4c authored by Art's avatar Art :lizard:
Browse files

Fix the dependency mess somewhat for production

parent da3f031a
No related branches found
No related tags found
No related merge requests found
libsass==0.19.4
jsmin==2.2.2
watchdog==0.10.2
# ancient jsmin requires ancient setuptools
setuptools<=58
# binary dependencies: apt install build-essential
libsass==0.19.4
jsmin==2.2.2
watchdog==0.10.2
......@@ -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