-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 653 Bytes
/
pyproject.toml
File metadata and controls
28 lines (25 loc) · 653 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
[tool.poetry]
name = "missionplanner-scripts"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "missionplanner_scripts"}]
[tool.poetry.dependencies]
python = "^3.9"
flask = "^2.2.2"
wsgiserver = "^1.3"
shapely = "^2.0.1"
matplotlib = "^3.7.1"
pytest = "^7.4.2"
flask-socketio = "^5.3.6"
gevent = "^23.9.1"
gevent-websocket = "^0.10.1"
requests = "^2.31.0"
python-socketio = {extras = ["client"], version = "^5.11.2"}
pymavlink = "^2.4.41"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"