initial program, throws error without civitai info

This commit is contained in:
2023-06-22 09:20:58 -04:00
parent 4226f47c44
commit ddfe682499
3 changed files with 165 additions and 1 deletions

View File

@@ -6,7 +6,10 @@ description = ""
authors = [
{name = "Daniel Cormier", email = "git@drc97.com"},
]
dependencies = []
dependencies = [
"pysimplegui>=4.60.5",
"Pillow>=9.5.0",
]
requires-python = ">=3.11"
license = {text = "MIT"}
[tool.ruff]