We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cb949 commit 5d8bb5aCopy full SHA for 5d8bb5a
pyproject.toml
@@ -12,10 +12,8 @@ packages = [{ include = 'squarecloud' }]
12
[tool.poetry.dependencies]
13
python = '^3.9'
14
aiohttp = "3.9.5"
15
-click = '^8.1.6'
16
-rich = '^13.5.2'
17
pydantic = '^2.5.2'
18
-python-dotenv = '^1.0.0'
+taskipy = "^1.13.0"
19
20
[tool.poetry.group.dev.dependencies]
21
pytest = '^7.4.3'
@@ -28,7 +26,6 @@ ruff = '^0.0.289'
28
26
memory-profiler = '^0.61.0'
29
27
requests = '^2.31.0'
30
pytest-rerunfailures = "^13.0"
31
-taskipy = "^1.13.0"
32
33
[build-system]
34
requires = ['poetry-core']
0 commit comments