Skip to content

Commit 5d8bb5a

Browse files
📦 update dependencies
1 parent 89cb949 commit 5d8bb5a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ packages = [{ include = 'squarecloud' }]
1212
[tool.poetry.dependencies]
1313
python = '^3.9'
1414
aiohttp = "3.9.5"
15-
click = '^8.1.6'
16-
rich = '^13.5.2'
1715
pydantic = '^2.5.2'
18-
python-dotenv = '^1.0.0'
16+
taskipy = "^1.13.0"
1917

2018
[tool.poetry.group.dev.dependencies]
2119
pytest = '^7.4.3'
@@ -28,7 +26,6 @@ ruff = '^0.0.289'
2826
memory-profiler = '^0.61.0'
2927
requests = '^2.31.0'
3028
pytest-rerunfailures = "^13.0"
31-
taskipy = "^1.13.0"
3229

3330
[build-system]
3431
requires = ['poetry-core']

0 commit comments

Comments
 (0)