added civitai api connection

This commit is contained in:
2023-09-21 11:15:42 -04:00
parent a40cc83882
commit 22690dbb21
4 changed files with 349 additions and 99 deletions

View File

@@ -9,6 +9,9 @@ authors = [
dependencies = [
"pysimplegui>=4.60.5",
"Pillow>=9.5.0",
"httpx>=0.24.1",
"setuptools>=68.0.0",
"rich>=13.4.2",
]
requires-python = ">=3.11"
license = {text = "MIT"}
@@ -41,3 +44,7 @@ extend-select = [
]
ignore = ["E402", "B905", "N818", "S101"]
show-fixes = true
[tool.pdm.scripts]
main = "python src/program.py"
ruff = "ruff check --fix src/"