Przeglądaj źródła

Merge pull request #247 from mattiatantardini/master

Removed fpdf2 package dep for streamlit example
Thomas Kluyver 3 lat temu
rodzic
commit
1f772ed1ea
2 zmienionych plików z 0 dodań i 12 usunięć
  1. 0 11
      examples/streamlit/poetry.lock
  2. 0 1
      examples/streamlit/pyproject.toml

+ 0 - 11
examples/streamlit/poetry.lock

@@ -235,17 +235,6 @@ category = "main"
 optional = false
 python-versions = ">=2.7"
 
-[[package]]
-name = "fpdf2"
-version = "2.4.5"
-description = "Simple PDF generation for Python"
-category = "main"
-optional = false
-python-versions = "*"
-
-[package.dependencies]
-Pillow = "*"
-
 [[package]]
 name = "gitdb"
 version = "4.0.8"

+ 0 - 1
examples/streamlit/pyproject.toml

@@ -14,7 +14,6 @@ toml = "^0.10.2"
 blinker = "^1.4"
 click = "<8.0"
 Jinja2 = "^3.0.1"
-fpdf2 = "^2.4.5"
 
 [tool.poetry.dev-dependencies]
 black = "^21.9b0"