|
@@ -11,7 +11,7 @@ keywords = ["gui", "ui", "web", "interface", "live"]
|
|
|
[tool.poetry.dependencies]
|
|
|
python = "^3.8"
|
|
|
typing-extensions = ">=4.0.0"
|
|
|
-markdown2 = "^2.4.7"
|
|
|
+markdown2 = ">=2.4.7,<2.4.11"
|
|
|
Pygments = ">=2.15.1,<3.0.0"
|
|
|
uvicorn = {extras = ["standard"], version = "^0.22.0"}
|
|
|
fastapi = ">=0.93,<1.0.0"
|
|
@@ -70,4 +70,4 @@ addopts = "--driver Chrome"
|
|
|
asyncio_mode = "auto"
|
|
|
|
|
|
[tool.mypy]
|
|
|
-ignore_missing_imports = true
|
|
|
+ignore_missing_imports = true
|