Skip to content

Commit 37c69f9

Browse files
authored
Click 7.1 breaks django-click
`click` 7.1 dropped a few hours ago, and out of the box, creates errors with `django-click`: `module 'click' has no attribute '__all__'` This will keep deployments from breaking in the meantime.
1 parent 3584bff commit 37c69f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
six>=1.9.0
2-
click>5.0
2+
click>5.0,<7.1

0 commit comments

Comments
 (0)