devops: added ignore for examples, updated requires-python, added new lib faker

This commit is contained in:
Arduinum628
2025-09-11 11:46:46 +03:00
parent 92765001be
commit c196e02314
3 changed files with 34 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ authors = [
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.12,<4.0"
requires-python = ">=3.12,<3.15"
dependencies = [
"kivy (>=2.3.1,<3.0.0)",
"pytest (>=8.3.5,<9.0.0)",
@@ -17,6 +17,7 @@ dependencies = [
"alembic (>=1.15.2,<2.0.0)",
"ruff (>=0.11.8,<0.12.0)",
"kivymd @ https://github.com/kivymd/KivyMD/archive/master.zip",
"faker (>=37.6.0,<38.0.0)",
]