mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 11:43:58 +00:00
40 lines
885 B
INI
40 lines
885 B
INI
[metadata]
|
|
name = open-duck-mini-runtime
|
|
version = 1.0.0
|
|
author = Antoine Pirrone
|
|
author_email = antoine.pirrone@gmail.com
|
|
url = https://github.com/apirrone/Open_Duck_Mini_Runtime
|
|
description = Runtime code for Open Duck Mini
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
|
|
|
|
[options]
|
|
packages = find:
|
|
zip_safe = True
|
|
include_package_data = True
|
|
package_dir=
|
|
=src
|
|
install_requires =
|
|
RPi.GPIO==0.7.1
|
|
rustypot==0.1.0
|
|
onnxruntime==1.18.1
|
|
numpy==1.26.4
|
|
adafruit-circuitpython-bno055==5.4.13
|
|
scipy==1.15.1
|
|
pygame==2.6.0
|
|
pypot @ git+https://github.com/pollen-robotics/pypot@support-feetech-sts3215
|
|
openai==1.70.0
|
|
|
|
# adafruit_extended_bus
|
|
|
|
[options.packages.find]
|
|
where=src
|
|
|
|
[options.package_data]
|
|
|
|
[options.extras_require]
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
walk = open_duck_mini_runtime.walk:main
|