Skip to content

Commit

Permalink
Install setuptools as runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Jul 11, 2024
1 parent 492680d commit 03deb81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
awsiotsdk==1.20.0
httpx
paho-mqtt<=1.6.1
paho-mqtt<=1.6.1
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"awsiotsdk==1.20.0",
"httpx",
"paho-mqtt<=1.6.1",
"setuptools",
]
tests_require = [
"pre-commit",
Expand Down

0 comments on commit 03deb81

Please sign in to comment.