From 19f2caedb76d2fd17ec21c67fb9abe5dcd7d2d04 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 18 Oct 2020 07:43:31 +0200 Subject: [PATCH] eolisation --- posttemplate/00-lemur | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 posttemplate/00-lemur diff --git a/posttemplate/00-lemur b/posttemplate/00-lemur new file mode 100644 index 00000000..cef1ebd5 --- /dev/null +++ b/posttemplate/00-lemur @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e + +# install unrelease python modules +pip3 install alembic-autogenerate-enums==0.0.2 asyncpool==1.0 certsrv==2.1.1 cryptography==3.1.1 dnspython3==1.15.0 dyn==1.8.1 flask-replicated==1.4 javaobj-py3==0.4.0.1 jsonlines==1.2.0 logmatic-python==0.1.7 marshmallow==2.20.4 pycryptodomex==3.9.7 pyjks==20.0.0 raven[flask]==6.10.0 twofish==0.3.0 + +exit 0