We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f91e9 commit 9debe36Copy full SHA for 9debe36
setup.py
@@ -31,6 +31,7 @@
31
"Programming Language :: Python :: 3",
32
],
33
include_package_data=True,
34
- install_requires=["six", "gspread"],
+ # gspread<6 to keep py 3.7 support.
35
+ install_requires=["six", "gspread<6.0.0"],
36
entry_points={"console_scripts": ["csmlogudp = csmlog.udp_handler_receiver:main"]},
37
)
0 commit comments