Skip to content

Commit ae7a76d

Browse files
authored
Roll back Click update to fix live reload. (#207)
1 parent 9cebe24 commit ae7a76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintainers = [
2323
]
2424

2525
dependencies = [
26-
"click==8.3.2",
26+
"click==8.2.1", # DO NOT UPGRADE - As of 8.3.2, still disables live-reload on live serve
2727
"deepl==1.30.0",
2828
"markdown-checker==0.2.5",
2929
"mistletoe==1.5.1",

0 commit comments

Comments
 (0)