foo
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[submodule "src/pwic"]
|
||||
path = src/pwic
|
||||
url = https://github.com/gitbra/pwic.git
|
||||
+7
-6
@@ -10,13 +10,14 @@ packages = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python-dotenv = "^0.21.0"
|
||||
rich = "^13.7.0"
|
||||
typer = "^0.9.0"
|
||||
python-dotenv = "*"
|
||||
rich = "*"
|
||||
typer = "*"
|
||||
flask = "*"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.4.2"
|
||||
pytest-cov = "^7.0.0"
|
||||
pytest = "*"
|
||||
pytest-cov = "*"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
@@ -31,7 +32,7 @@ ttfrog = "ttfrog.cli:app"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target-version = ['py310']
|
||||
target-version = ['py311']
|
||||
|
||||
[tool.isort]
|
||||
multi_line_output = 3
|
||||
|
||||
-1
Submodule src/pwic deleted from adf276747c
Reference in New Issue
Block a user