added civitai api connection
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user