Migrate to inotify and use newer Python version
This commit is contained in:
parent
3f32b4d69e
commit
365d709c42
4 changed files with 45 additions and 86 deletions
|
@ -3,13 +3,13 @@ name = "website"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10,<=3.11"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fire>=0.7.0",
|
||||
"inotify>=0.2.10",
|
||||
"jinja2>=3.1.6",
|
||||
"mistune>=3.1.2",
|
||||
"pygments>=2.19.1",
|
||||
"pyinotify>=0.9.6",
|
||||
"pyyaml>=6.0.2",
|
||||
"rich>=13.9.4",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue