Skip to content

Commit

Permalink
Remove unused six from setup.py (#37)
Browse files Browse the repository at this point in the history
'six' was removed in Apache Cassandra 4.1 (CASSANDRA-17417) and from the Python Driver in 3.29 datastax/python-driver#1172, but we forgot to update `setup.py` when we pulled that in.
  • Loading branch information
jeffwidman authored Apr 12, 2024
1 parent 6db067f commit 59c30a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
name="cqlsh",
install_requires=[
"cassandra-driver",
"six",
],
)

0 comments on commit 59c30a4

Please sign in to comment.