devops: added ignore for examples, updated requires-python, added new lib faker
This commit is contained in:
@@ -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)",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user