forked from pybricks/pybricks-micropython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 742 Bytes
/
pyproject.toml
File metadata and controls
27 lines (24 loc) · 742 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
[tool.poetry]
name = "pybricks-micropython"
version = "0.1.0"
description = "Development dependencies for pybricks-micropython"
authors = ["The Pybricks Authors <dev@pybricks.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "~3.8"
[tool.poetry.dev-dependencies]
azure-cosmosdb-table = "^1.0.6"
black = "^20.8b0"
flake8 = "^3.8.3"
GitPython = "^3.1.11"
gql = "^2.0.0"
plotly = "^4.14.1"
pybricks = { git = "https://github.com/pybricks/pybricks-api.git", branch = "master" }
pybricksdev = { git = "https://github.com/pybricks/pybricksdev.git", branch = "master" }
pycryptodomex = "^3.9.9"
PyGithub = "^1.51"
python-dotenv = "^0.15.0"
pyusb = "^1.0.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"