Switch to Svelte
This commit is contained in:
@@ -12,7 +12,6 @@ dependencies = [
|
||||
"fastapi",
|
||||
"sqlmodel",
|
||||
"uvicorn",
|
||||
"jinja2",
|
||||
"python-multipart",
|
||||
]
|
||||
|
||||
@@ -28,7 +27,7 @@ pirats = "pirats.main:main"
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
pirats = ["static/**/*", "templates/**/*.html", "templates/*.html"]
|
||||
pirats = ["static/**/*"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
|
||||
Reference in New Issue
Block a user