-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (45 loc) · 1.14 KB
/
Copy pathpyproject.toml
File metadata and controls
52 lines (45 loc) · 1.14 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[tool.poetry]
name = "pybricks-micropython"
version = "0.1.0"
description = "Development dependencies for pybricks-micropython"
authors = ["The Pybricks Authors <dev@pybricks.com>"]
license = "MIT"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
pybricksdev = "^2.3.2"
[tool.poetry.group.dev.dependencies]
eventlet = "^0.40.3"
flake8 = "^3.8.3"
matplotlib = "^3.4.3"
pybricks = {version = "^3.0.0a5", allow-prereleases = true}
pycryptodomex = "^3.9.9"
python-dotenv = "^0.15.0"
python-socketio = "^5.7.2"
scipy = "^1.8.1"
sympy = "^1.10.1"
pre-commit = ">=3.6.2"
pygame = "^2.6.1"
argcomplete = "^3.6.3"
bleak = "^3.0.2"
hidapi = "^0.15.0"
tqdm = "^4.68.3"
pyusb = "^1.3.1"
questionary = "^2.1.1"
semver = "^3.0.4"
pyserial = "^3.5"
plotly = "^5.14.1"
[tool.poetry.group.build.dependencies]
gitpython = "^3.1.31"
pygithub = "^1.58.1"
freetype-py = "^2.5.1"
cairosvg = "^2.9.0"
pillow = "^12.1.1"
[tool.poetry.group.lint.dependencies]
micropython-uncrustify = "^1.0.0.post1"
ruff = "^0.12.1"
[tool.ruff]
extend-exclude = ["lib/btstack/", "micropython/"]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"