mirror of https://github.com/F5OEO/rpitx
Update dependency requirements
This commit is contained in:
parent
bcc68e6973
commit
95c61179ed
13
setup.py
13
setup.py
|
|
@ -19,11 +19,14 @@ setup(
|
||||||
'src/mailbox.c',
|
'src/mailbox.c',
|
||||||
'src/python/_rpitxmodule.c',
|
'src/python/_rpitxmodule.c',
|
||||||
'src/raspberry_pi_revision.c',
|
'src/raspberry_pi_revision.c',
|
||||||
],
|
],
|
||||||
extra_link_args=['-lrt', '-lsndfile'],
|
extra_link_args=['-lrt', '-lsndfile'],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
packages=['rpitx'],
|
packages=['rpitx'],
|
||||||
package_dir={'': 'src/python'},
|
package_dir={'': 'src/python'},
|
||||||
install_requires=['pydub', 'wave'],
|
install_requires=[
|
||||||
)
|
'ffmpegwrapper==0.1-dev',
|
||||||
|
'pypi-libavwrapper',
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue