mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup.py/install_requires: add requests.
This commit is contained in:
parent
5e149ceda2
commit
2d01882653
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
|||
test_suite="test",
|
||||
license="BSD",
|
||||
python_requires="~=3.6",
|
||||
install_requires=["migen", "pyserial"],
|
||||
install_requires=["migen", "pyserial", "requests"],
|
||||
packages=find_packages(exclude=("test*", "sim*", "doc*")),
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
|
|
Loading…
Reference in a new issue