feat: just did the stuff
This commit is contained in:
+1
-6
@@ -5,6 +5,7 @@ description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"requests>=2.34.2,<3.0.0",
|
||||
"unidecode>=1.4.0,<2.0.0",
|
||||
]
|
||||
|
||||
@@ -17,8 +18,6 @@ build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"coverage>=7.13.5,<8.0.0",
|
||||
"pytest>=9.0.3,<10.0.0",
|
||||
"ruff>=0.15.12,<0.16.0",
|
||||
"ty>=0.0.34,<0.0.35",
|
||||
]
|
||||
@@ -47,7 +46,3 @@ include = ["cool_domain", "tests"]
|
||||
|
||||
[tool.ty.environment]
|
||||
python = "./.venv/bin/python3"
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["cool_domain"]
|
||||
omit = ["cool_domain/logs.py", "cool_domain/__main__.py"]
|
||||
|
||||
Reference in New Issue
Block a user