mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 16:57:22 +00:00
0d7395d05c
* FLPv0.1 on Python; File transfer is working. * FLPv0.1 on Python; .gitignore fixes. * Update protocol to latest version; change interface to OOP Co-authored-by: Daniel Solmann <DanGSun@yandex.ru> Co-authored-by: coreglitch <mail@s3f.ru>
14 lines
188 B
TOML
14 lines
188 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
black = "20.8b1"
|
|
|
|
[packages]
|
|
pyserial = "3.4"
|
|
click = "7.1.2"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|