Revert "Docker/run as nonroot (#692)" (#724)

This reverts commit 19aa572bd8.
This commit is contained in:
Hayden
2021-10-06 09:42:37 -08:00
committed by GitHub
parent 9541137ef7
commit 35caef1c39
7 changed files with 39 additions and 39 deletions

View File

@@ -13,8 +13,8 @@ python = "^3.9"
aiofiles = "0.5.0"
aniso8601 = "7.0.0"
appdirs = "1.4.4"
fastapi = "^0.65.2"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
fastapi = "^0.63.0"
uvicorn = {extras = ["standard"], version = "^0.13.0"}
APScheduler = "^3.6.3"
SQLAlchemy = "^1.3.22"
Jinja2 = "^2.11.2"
@@ -29,7 +29,7 @@ fastapi-camelcase = "^1.0.2"
bcrypt = "^3.2.0"
python-jose = "^3.3.0"
passlib = "^1.7.4"
lxml = "4.6.3"
lxml = "4.6.2"
Pillow = "^8.2.0"
pathvalidate = "^2.4.1"
apprise = "0.9.3"