We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f676ab1 commit f0c64c7Copy full SHA for f0c64c7
pyproject.toml
@@ -34,13 +34,14 @@ classifiers = [
34
"Programming Language :: Python :: 3.9",
35
"Programming Language :: Python :: 3.10",
36
"Programming Language :: Python :: 3.11",
37
+ "Programming Language :: Python :: 3.12",
38
"Topic :: Software Development :: Libraries :: Python Modules",
39
]
40
dependencies = [
- "peewee",
41
- "prompt_toolkit>=3.0.32",
+ "peewee>=3.17.6",
42
+ "prompt_toolkit>=3.0.47",
43
"requests",
- "tinyscript>=1.28.6",
44
+ "tinyscript>=1.30.15",
45
46
dynamic = ["version"]
47
0 commit comments