mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
add pyserial to the package requirements
litex_term requires pyserial
This commit is contained in:
parent
10000eb607
commit
99cf4d9f26
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -32,6 +32,7 @@ setup(
|
|||
"Programming Language :: Python",
|
||||
],
|
||||
packages=find_packages(),
|
||||
install_requires=["pyserial"],
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in a new issue