1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00

dependency versions

This commit is contained in:
Jörn-Michael Miehe 2022-07-18 14:13:19 +00:00
parent e44c00c4f9
commit c70904c6b0

View file

@ -6,10 +6,10 @@ name = "fftcgtool"
version = "0.2.0"
[tool.poetry.dependencies]
Pillow = "^8.4.0"
click = "^8.0.3"
Pillow = "^9.2.0"
click = "^8.1.3"
python = "^3.9"
requests = "^2.26.0"
requests = "^2.28.1"
roman = "^3.3"
[tool.poetry.dev-dependencies]