foo
This commit is contained in:
parent
987ad1964e
commit
32c56a7325
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "src/pwic"]
|
|
||||||
path = src/pwic
|
|
||||||
url = https://github.com/gitbra/pwic.git
|
|
|
@ -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
src/pwic
1
src/pwic
|
@ -1 +0,0 @@
|
||||||
Subproject commit adf276747c65a3f256caa01fbe1a4dddb3252a60
|
|
Loading…
Reference in New Issue
Block a user