shithub
fortrangoingonforty
/
cue
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
cue
Public
Watch
0
Fork
0
Star
0
cue
/
pyproject.toml
TOML · 221 bytes
Raw
Blame
History
1
[
build-system
]
2
requires
=
[
3
"setuptools>=42"
,
4
"wheel"
,
5
"numpy"
6
]
7
build-backend
=
"setuptools.build_meta"
8
9
[
project
]
10
name
=
"gesture-dsp"
11
version
=
"0.1.0"
12
dependencies
=
[
13
"numpy"
,
14
"opencv-python"
,
15
"pyaudio"
16
]