-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
pyproject.toml
42 lines (35 loc) · 984 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "pybricks-micropython"
version = "0.1.0"
description = "Development dependencies for pybricks-micropython"
authors = ["The Pybricks Authors <[email protected]>"]
license = "MIT"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
[tool.poetry.dev-dependencies]
eventlet = "^0.33.3"
flake8 = "^3.8.3"
matplotlib = "^3.4.3"
nbstripout = "^0.5.0"
notebook = "^6.4.12"
pybricks = {version = "^3.0.0a5", allow-prereleases = true}
pybricksdev = "1.0.0a50"
pycryptodomex = "^3.9.9"
python-dotenv = "^0.15.0"
python-socketio = "^5.7.2"
pyusb = "^1.0.2"
scipy = "^1.8.1"
sympy = "^1.10.1"
[tool.poetry.group.stats.dependencies]
azure-data-tables = "^12.4.2"
gql = {extras = ["requests"], version = "^3.4.0"}
gitpython = "^3.1.31"
plotly = "^5.14.1"
pygithub = "^1.58.1"
[tool.poetry.group.lint.dependencies]
micropython-uncrustify = "^1.0.0.post1"
black = "^22.3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"