💄 Improved editor.svelte

This commit is contained in:
Mawoka
2022-03-28 21:26:15 +02:00
parent fe494bcb1f
commit 19c44d6765
5 changed files with 384 additions and 349 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ name = "pypi"
fastapi = "*"
uvicorn = { extras = ["standard"], version = "*" }
python-socketio = "*"
ormar = { version = "==0.10.24", extras = ["sqlite", "postgresql"] }
ormar = { version = "*", extras = ["sqlite", "postgresql"] }
passlib = "*"
python-jose = "*"
alembic = "*"