repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Increase maximum number of Lua params (#2207)
[ExpressLRS.git]
/
src
/
python
/
pyproject.toml
blob
67579b997194a3596df5a68b7dc5565784a65938
1
[project]
2
name = "binary_configurator"
3
version = "3.3.0"
4
description = "ExpressLRS Binary Installer"
5
requires-python = ">=3.6"
6
authors = [
7
{ name = "ExpressLRS Team" }
8
]
9
dependencies = [
10
"pyserial"
11
]
12
classifiers = [
13
"Programming Language :: Python :: 3",
14
"Operating System :: OS Independent",
15
]
16
17
[tool.poetry]
18
packages = [
19
{ include = "." },
20
{ include = "external" },
21
]