mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
dependency versions
This commit is contained in:
parent
e44c00c4f9
commit
c70904c6b0
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ name = "fftcgtool"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Pillow = "^8.4.0"
|
Pillow = "^9.2.0"
|
||||||
click = "^8.0.3"
|
click = "^8.1.3"
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
requests = "^2.26.0"
|
requests = "^2.28.1"
|
||||||
roman = "^3.3"
|
roman = "^3.3"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue