diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 60abfda..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "src/pwic"] - path = src/pwic - url = https://github.com/gitbra/pwic.git diff --git a/pyproject.toml b/pyproject.toml index 26a4e89..7e8d1ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/src/pwic b/src/pwic deleted file mode 160000 index adf2767..0000000 --- a/src/pwic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit adf276747c65a3f256caa01fbe1a4dddb3252a60