Skip to content

Commit 9debe36

Browse files
committed
fix depends
1 parent 12f91e9 commit 9debe36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"Programming Language :: Python :: 3",
3232
],
3333
include_package_data=True,
34-
install_requires=["six", "gspread"],
34+
# gspread<6 to keep py 3.7 support.
35+
install_requires=["six", "gspread<6.0.0"],
3536
entry_points={"console_scripts": ["csmlogudp = csmlog.udp_handler_receiver:main"]},
3637
)

0 commit comments

Comments
 (0)