Skip to content

Commit f0c64c7

Browse files
committed
Fixed requirements
1 parent f676ab1 commit f0c64c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ classifiers = [
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
37+
"Programming Language :: Python :: 3.12",
3738
"Topic :: Software Development :: Libraries :: Python Modules",
3839
]
3940
dependencies = [
40-
"peewee",
41-
"prompt_toolkit>=3.0.32",
41+
"peewee>=3.17.6",
42+
"prompt_toolkit>=3.0.47",
4243
"requests",
43-
"tinyscript>=1.28.6",
44+
"tinyscript>=1.30.15",
4445
]
4546
dynamic = ["version"]
4647

0 commit comments

Comments
 (0)