]> git.parisson.com Git - teleforma.git/commitdiff
install reportlab, update
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 4 Jun 2024 16:27:23 +0000 (18:27 +0200)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Tue, 4 Jun 2024 16:27:23 +0000 (18:27 +0200)
poetry.lock
pyproject.toml

index 0163617ebb6eba7bcd6119a3a11d7fa7bdf12751..b3ea227b5e71d31f3faf69b767a298b36b8f40ab 100644 (file)
@@ -357,6 +357,17 @@ msgpack = ">=1.0,<2.0"
 cryptography = ["cryptography (>=1.3.0)"]
 tests = ["async-generator", "async-timeout", "cryptography (>=1.3.0)", "pytest", "pytest-asyncio (==0.14.0)"]
 
+[[package]]
+name = "chardet"
+version = "5.2.0"
+description = "Universal encoding detector for Python 3"
+optional = false
+python-versions = ">=3.7"
+files = [
+    {file = "chardet-5.2.0-py3-none-any.whl", hash = "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970"},
+    {file = "chardet-5.2.0.tar.gz", hash = "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7"},
+]
+
 [[package]]
 name = "charset-normalizer"
 version = "3.3.2"
@@ -1841,6 +1852,26 @@ files = [
 [package.extras]
 hiredis = ["hiredis (>=0.1.3)"]
 
+[[package]]
+name = "reportlab"
+version = "4.2.0"
+description = "The Reportlab Toolkit"
+optional = false
+python-versions = "<4,>=3.7"
+files = [
+    {file = "reportlab-4.2.0-py3-none-any.whl", hash = "sha256:53630f9d25a7938def3e6a93d723b72a7a5921d34d23cf7a0930adeb2cb0e6c1"},
+    {file = "reportlab-4.2.0.tar.gz", hash = "sha256:474fb28d63431a5d47d75c90d580393050df7d491a09c7877df3291a2e9f6d0a"},
+]
+
+[package.dependencies]
+chardet = "*"
+pillow = ">=9.0.0"
+
+[package.extras]
+accel = ["rl-accel (>=0.9.0,<1.1)"]
+pycairo = ["freetype-py (>=2.3.0,<2.4)", "rlPyCairo (>=0.2.0,<1)"]
+renderpm = ["rl-renderPM (>=4.0.3,<4.1)"]
+
 [[package]]
 name = "requests"
 version = "2.32.3"
@@ -2560,4 +2591,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "ecf8b0f59566e224cb558aacffda4f46926866a8d8471898ff1b032d0ab7009d"
+content-hash = "6bc6cbf6fbe9ed773cacf9451ece9f8e29997e5426ad0dddb40529ea90a7bf3c"
index c83f36e43a2c14248191b04fef231da45f55ebed..4dd7217070ed92b7eec715a4313a80c683f1f596 100644 (file)
@@ -42,6 +42,7 @@ httpx = "0.23.3"
 django-storages = {extras = ["s3"], version = "^1.14.2"}
 boto3 = "^1.34.89"
 ipython = "^8.23.0"
+reportlab = "^4.2.0"
 
 
 [build-system]