Skip to content

Commit

Permalink
🧹 Remove the awscli dependency (#5972)
Browse files Browse the repository at this point in the history
This dependency is causing some dependency installation problems on Windows, so get rid of it.

**How to test**

Hopefully this unblocks the Hedy Offline build when the next release comes around. If not, we'll dig deeper again with the error log that we have at that point.
  • Loading branch information
rix0rrr authored Nov 26, 2024
1 parent f0bc830 commit 3415067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ruamel.yaml==0.18.6
docopt==0.6.2
pydantic==1.10.13
lazy==1.4
awscli==1.32.77
PySumTypes==0.0.1
beautifulsoup4==4.9.3
regex==2021.8.28
Expand All @@ -36,4 +35,5 @@ uflash>=2.0.0
pyinstaller==6.3.0
pylint==3.1.0
commonmark==0.9.1
colorama==0.4.6
check-jsonschema

0 comments on commit 3415067

Please sign in to comment.