Return Python version to 3.10 because pyinotify uses a very deprecated async API
This commit is contained in:
parent
2d845ed5cd
commit
ec7062a8cf
3 changed files with 63 additions and 32 deletions
|
@ -3,12 +3,13 @@ name = "website"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.10,<=3.11"
|
||||
dependencies = [
|
||||
"fire>=0.7.0",
|
||||
"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