-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 845 Bytes
/
pyproject.toml
File metadata and controls
26 lines (23 loc) · 845 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
[tool.poetry]
name = "bell-avr-vmc-flightcontrol-module"
version = "0.1.0"
description = "Flight control computer module for Bell AVR"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/bellflight/AVR-VMC-FlightControl-Module"
authors = ["Nathan Vaughn <nvaughn51@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
loguru = "0.7.2"
bell-avr-libraries = "0.2.0a7"
mavsdk = "1.4.9"
bell-avr-pymavlink = "2.4.25"
pymap3d = "3.0.1"
[tool.poetry.group.dev.dependencies]
pre-commit = "3.5.0"
nptyping = "2.5.0"
[tool.pyright]
typeCheckingMode = "basic"
venvPath = "."
venv = ".venv"
reportMissingParameterType = true