mirror of
https://github.com/two-torial/two-torial.git
synced 2026-04-26 20:16:47 -05:00
Add explanation for pinning click
This commit is contained in:
parent
2752bae3a1
commit
430facd8c9
|
|
@ -3,7 +3,7 @@ name = "two-torial"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"click==8.2.1",
|
"click==8.2.1", # Pinned due to recent versions breaking hot reload during development
|
||||||
"fontawesome-markdown>=0.2.6",
|
"fontawesome-markdown>=0.2.6",
|
||||||
"mkdocs>=1.6.1",
|
"mkdocs>=1.6.1",
|
||||||
"mkdocs-git-revision-date-localized-plugin>=1.4.7",
|
"mkdocs-git-revision-date-localized-plugin>=1.4.7",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user