Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hshassets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
django
hshassets
Commits
4f0b1d4c
Commit
4f0b1d4c
authored
1 year ago
by
Art
Browse files
Options
Downloads
Patches
Plain Diff
Fix the dependency mess somewhat for production
parent
da3f031a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements-dev.txt
+8
-0
8 additions, 0 deletions
requirements-dev.txt
requirements.txt
+0
-3
0 additions, 3 deletions
requirements.txt
setup.py
+2
-3
2 additions, 3 deletions
setup.py
with
10 additions
and
6 deletions
requirements-dev.txt
0 → 100644
+
8
−
0
View file @
4f0b1d4c
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
This diff is collapsed.
Click to expand it.
requirements.txt
deleted
100644 → 0
+
0
−
3
View file @
da3f031a
libsass
==0.19.4
jsmin
==2.2.2
watchdog
==0.10.2
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
3
View file @
4f0b1d4c
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment