♻️ remove unneeded dependencies

This commit is contained in:
Ondřej Samohel 2024-03-19 11:37:15 +01:00
parent 0e6c050618
commit ab71411d12
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 5 additions and 919 deletions

View file

@ -7,27 +7,17 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9.1,<3.10"
aiohttp_json_rpc = "*" # TVPaint server
aiohttp-middlewares = "^2.0.0"
wsrpc_aiohttp = "^3.1.1" # websocket server
Click = "^8"
clique = "1.6.*"
jsonschema = "^4"
pyblish-base = "^1.8.11"
pynput = "^1.7.2" # Timers manager - TODO remove
speedcopy = "^2.1"
six = "^1.15"
qtawesome = "0.7.3"
pre-commit = "^3.6.2"
codespell = "^2.2.6"
[tool.poetry.dev-dependencies]
# test dependencies
pytest = "^8.0"
pytest-print = "^1.0"
ayon-python-api = "^1.0"
arrow = "^1.3.0"
# linting dependencies
ruff = "^0.3.3"
pre-commit = "^3.6.2"
codespell = "^2.2.6"
[tool.ruff]