File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ packages = [{ include = "squarecloud" }]
1414python = ' ^3.13'
1515typing-extensions = " ^4.12.2"
1616aiohttp = " ^3.11.14"
17+ pydantic = " 2.9.2"
18+
19+ [tool .poetry .extras ]
20+ pydantic = [" pydantic" ]
21+
22+ [tool .poetry .group .dev .dependencies ]
1723isort = " ^6.0.1"
1824pre-commit = " ^4.2.0"
1925pytest = " ^8.3.5"
@@ -22,22 +28,15 @@ pytest-cov = "^6.0.0"
2228pytest-rerunfailures = " ^15.0"
2329ruff = " ^0.11.2"
2430taskipy = " ^1.14.1"
25- pydantic = " 2.9.2"
2631bandit = {extras = [" toml" ], version = " ^1.8.3" }
2732cz-conventional-gitmoji = " ^0.7.0"
28-
29- [tool .poetry .extras ]
30- pydantic = [" pydantic" ]
31-
32- [tool .poetry .group .dev .dependencies ]
3333memory-profiler = ' ^0.61.0'
3434requests = ' ^2.31.0'
3535python-dotenv = " ^1.0.1"
3636safety = " ^3.3.1"
3737vulture = " ^2.14"
3838mypy-extensions = " ^1.0.0"
3939commitizen = " ^4.5.1"
40- bandit = " ^1.8.3"
4140
4241[build-system ]
4342requires = [' poetry-core' ]
@@ -60,7 +59,7 @@ profile = 'black'
6059line_length = 79
6160
6261[tool .taskipy .tasks ]
63- lint = ' isort . && blue . && ruff check .'
62+ lint = ' isort . && ruff check .'
6463pre_test = ' task lint'
6564test = ' pytest -vv -s --reruns 5 --only-rerun TooManyRequests --reruns-delay 90 -x --cov=tests tests'
6665post_test = ' coverage html'
You can’t perform that action at this time.
0 commit comments