Skip to content

Commit 58e9047

Browse files
committed
Added Pillow library to the requirements
1 parent b547c77 commit 58e9047

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

openapi/templates/pyproject.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pycryptodome = ">= 3.9.0"
2727
{{/hasHttpSignatureMethods}}
2828
pydantic = ">=2"
2929
typing-extensions = ">=4.7.1"
30+
pillow = "12.1.1"
3031

3132
[tool.poetry.dev-dependencies]
3233
pytest = ">=7.2.1"

openapi/templates/requirements.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ aenum==3.1.11
22
aiohttp==3.12.14
33
blinker==1.9.0
44
jwcrypto==1.5.6
5+
pillow==12.1.1
56
pycryptodomex==3.23.0
67
pydantic==2.11.3
78
pydash==8.0.5

openapi/templates/setup.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ REQUIRES = [
4545
"PyYAML >= 6.0.2",
4646
"requests >= 2.32.3",
4747
"xmltodict >= 0.14.2",
48+
"pillow >= 12.1.1",
4849
]
4950

5051
def get_version():

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ urllib3 = ">= 1.25.3"
1616
python-dateutil = ">=2.8.2"
1717
pydantic = ">=2"
1818
typing-extensions = ">=4.7.1"
19+
pillow = "12.1.1"
1920

2021
[tool.poetry.dev-dependencies]
2122
pytest = ">=7.2.1"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ aenum==3.1.11
22
aiohttp==3.12.14
33
blinker==1.9.0
44
jwcrypto==1.5.6
5+
pillow==12.1.1
56
pycryptodomex==3.23.0
67
pydantic==2.11.3
78
pydash==8.0.5

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"PyYAML >= 6.0.2",
4646
"requests >= 2.32.3",
4747
"xmltodict >= 0.14.2",
48+
"pillow >= 12.1.1",
4849
]
4950

5051
def get_version():

0 commit comments

Comments
 (0)