mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Add requests to setup.py
mirroring requirements.txt
This commit is contained in:
parent
cde101d88a
commit
42fef36ad3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -13,6 +13,7 @@ setup(name='chirp',
|
|||
python_requires=">=3.7,<4",
|
||||
install_requires=[
|
||||
'pyserial',
|
||||
'requests',
|
||||
'six',
|
||||
'future',
|
||||
'importlib-resources;python_version<"3.10"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue