Skip to content

Commit

Permalink
fix depends
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Feb 24, 2024
1 parent 12f91e9 commit 9debe36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"Programming Language :: Python :: 3",
],
include_package_data=True,
install_requires=["six", "gspread"],
# gspread<6 to keep py 3.7 support.
install_requires=["six", "gspread<6.0.0"],
entry_points={"console_scripts": ["csmlogudp = csmlog.udp_handler_receiver:main"]},
)

0 comments on commit 9debe36

Please sign in to comment.