Skip to content

Commit

Permalink
fix: upgrade flask-assets and webassets
Browse files Browse the repository at this point in the history
fixes an issue where static assets are not loaded
  • Loading branch information
dodumosu committed Apr 25, 2019
1 parent aa8fffd commit 49fa179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-docker.txt
Expand Up @@ -9,7 +9,7 @@ cachetools==1.1.5
celery==3.1.20
Fabric==1.8.3
Flask-Admin==1.5.3
Flask-Assets==0.9
Flask-Assets==0.12
Flask-Babel==0.9
Flask-Cache==0.13.1
Flask-Gravatar==0.4.1
Expand Down Expand Up @@ -50,7 +50,7 @@ six==1.10.0
tablib>=0.11.5
unicodecsv==0.9.4
Unidecode==0.04.14
webassets==0.9
webassets==0.12.1
Werkzeug==0.10.4
wsgiref==0.1.2
WTForms==2.0.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -9,7 +9,7 @@ cachetools==1.1.5
celery==3.1.20
Fabric==1.8.3
Flask-Admin==1.5.3
Flask-Assets==0.9
Flask-Assets==0.12
Flask-Babel==0.9
Flask-Cache==0.13.1
Flask-Gravatar==0.4.1
Expand Down Expand Up @@ -52,7 +52,7 @@ tablib>=0.11.5
unicodecsv==0.9.4
Unidecode==0.04.14
uWSGI==2.0.13
webassets==0.9
webassets==0.12.1
Werkzeug==0.10.4
wsgiref==0.1.2
WTForms==2.0.2
Expand Down

0 comments on commit 49fa179

Please sign in to comment.