Skip to content

Commit a97b97f

Browse files
authored
Fix raspberry pi installs (#177)
Installs from source were broken due to missing files. Installs from source were broken on machines with small amounts of RAM.
1 parent d3ab94f commit a97b97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Operating System :: OS Independent",
2020
],
2121
install_requires=[
22-
'awscrt==0.11.4',
22+
'awscrt==0.11.8',
2323
],
2424
python_requires='>=3.5',
2525
)

0 commit comments

Comments
 (0)