Ver Fonte

#139 matplotlib must not be optional

Rodja Trappe há 2 anos atrás
pai
commit
da66976866
2 ficheiros alterados com 98 adições e 612 exclusões
  1. 96 610
      poetry.lock
  2. 2 2
      pyproject.toml

Diff do ficheiro suprimidas por serem muito extensas
+ 96 - 610
poetry.lock


+ 2 - 2
pyproject.toml

@@ -21,8 +21,8 @@ websockets = "^10.3"
 httpx = "^0.23.0"
 watchfiles = "^0.16.1"
 matplotlib = [
-    { version = "^3.5.0", markers = "python_version ~= '3.7'", optional = true },
-    { version = "^3.6.0", markers = "python_version ~= '3.11.0'", optional = true },
+    { version = "^3.5.0", markers = "python_version ~= '3.7'"},
+    { version = "^3.6.0", markers = "python_version ~= '3.11.0'"},
 ]
 
 [tool.poetry.dev-dependencies]

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff