aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2019-02-11 19:34:18 +0100
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2019-02-11 19:34:18 +0100
commit059c0d39701048a436275b935310e99f06016935 (patch)
tree4607832c17d859d82ddee54d000d01b088d29430 /Pipfile
parent3791e57e7658919ac8858c90ba5d64d8d4123250 (diff)
Added honcho to the Pipfile
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 1f8c8ac..17b113e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -11,7 +11,9 @@ flask = '*'
flask-assets = '*'
jsmin = '*'
cssmin = '*'
+
gunicorn = '*'
+honcho = '*'
regex = '*'