Migrate to inotify and use newer Python version

This commit is contained in:
akp 2025-03-19 00:13:40 +00:00
parent 3f32b4d69e
commit 365d709c42
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
4 changed files with 45 additions and 86 deletions

View file

@ -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",
]