This commit is contained in:
evilchili 2025-09-21 15:30:44 -07:00
parent 987ad1964e
commit 32c56a7325
3 changed files with 7 additions and 10 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "src/pwic"]
path = src/pwic
url = https://github.com/gitbra/pwic.git

View File

@ -10,13 +10,14 @@ packages = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"
python-dotenv = "^0.21.0" python-dotenv = "*"
rich = "^13.7.0" rich = "*"
typer = "^0.9.0" typer = "*"
flask = "*"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pytest = "^8.4.2" pytest = "*"
pytest-cov = "^7.0.0" pytest-cov = "*"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
@ -31,7 +32,7 @@ ttfrog = "ttfrog.cli:app"
[tool.black] [tool.black]
line-length = 120 line-length = 120
target-version = ['py310'] target-version = ['py311']
[tool.isort] [tool.isort]
multi_line_output = 3 multi_line_output = 3

@ -1 +0,0 @@
Subproject commit adf276747c65a3f256caa01fbe1a4dddb3252a60