Skip to content

Commit

Permalink
Pin click-aliases dependency (#678)
Browse files Browse the repository at this point in the history
Fixes #677.
  • Loading branch information
rzvoncek authored Nov 15, 2023
1 parent 2d79dff commit dca04bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python-dateutil<2.8.2,>=2.1
Click>=8.0.1
click-aliases>=1.0.1
click-aliases==1.0.1
PyYAML>=5.1
cassandra-driver>=3.27.0
psutil>=5.4.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
install_requires=[
'python-dateutil<2.8.1,>=2.1',
'Click>=8.0.1',
'click-aliases>=1.0.1',
'click-aliases==1.0.1',
'PyYAML>=5.1',
'cassandra-driver>=3.27.0',
'psutil>=5.4.7',
Expand Down

0 comments on commit dca04bc

Please sign in to comment.