1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00

Force FastAPI 0.99.2

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-07-18 19:08:40 +02:00
parent ef57968ea4
commit 96d50f1d40
2 changed files with 8 additions and 1 deletions

3
debian/postinst vendored
View file

@ -11,7 +11,8 @@ OMR_ADMIN_PASS=$(od -vN "32" -An -tx1 /dev/urandom | tr '[:lower:]' '[:upper:]'
# use debconf
. /usr/share/debconf/confmodule
pip3 -q install fastapi jsonschema netjsonconfig python-multipart jinja2 -U
pip3 -q install fastapi==0.99.1 jsonschema netjsonconfig python-multipart jinja2 -U
pip3 -q install starlette
#if [ ! -f "/etc/openmptcprouter-vps-admin/omr-admin-config.json" ]; then
# mkdir -p /etc/openmptcprouter-vps-admin