-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 843 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (32 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[tool.poetry]
name = "Debugly"
version = "0.6.6"
description = "Debugly Addon"
authors = ["Aleks Berland"]
license = "MIT License"
homepage = "https://github.com/FuzzkingCool"
repository = "https://github.com/FuzzkingCool/ayon-debugly"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.9"
ayon = "^0.1.0"
qtpy = "^2.4.3"
requests = "^2.32.3"
nxtools = "^1.6"
# Match ynput/ayon-backend (server runtime for addons)
pydantic = "1.10.25"
[tool.poetry.group.dev.dependencies]
python-dotenv = "^1.0.1"
tomlkit = "^0.13.2"
requests = "^2.32.3"
mkdocs-material = "^9.6.7"
mkdocs-autoapi = "^0.4.0"
mkdocstrings-python = "^1.16.2"
mkdocstrings-shell = "^1.0.2"
mkdocs-click = "^0.8.1"
mkdocs-minify-plugin = "^0.8.0"
markdown-checklist = "^0.4.4"
mdx-gh-links = "^0.4"
pymdown-extensions = "^10.14.3"
mike = "^2.1.3"