aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-11-03 13:05:46 +0100
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-11-03 13:05:46 +0100
commit7a507d88484d3c6bb969ca59fce335b4588541c9 (patch)
tree9045810a62bceb66634b551de88f33f2f2808c8f /Pipfile
parent5f3f28cb1e93cdc92af131e0e2bc0389f66157e7 (diff)
Added assets management with flask_assets.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index d4a143d..1f8c8ac 100644
--- a/Pipfile
+++ b/Pipfile
@@ -8,7 +8,11 @@ python_version = '3.7'
[packages]
flask = '*'
+flask-assets = '*'
+jsmin = '*'
+cssmin = '*'
gunicorn = '*'
+
regex = '*'
#textout = { git = 'https://forge.touhey.fr/pc/textout.git' }