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 66de865 commit 90d4b51Copy full SHA for 90d4b51
setup.py
@@ -23,7 +23,7 @@
23
"Development Status :: 5 - Production/Stable",
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
26
- "Programming Language :: Python :: 3.10"
+ "Programming Language :: Python :: 3.10",
27
],
28
packages=find_packages(where="src"),
29
install_requires=[
@@ -34,7 +34,7 @@
34
"typing_extensions >= 4.5.0",
35
"SQLAlchemy >= 2.0.7",
36
"pydantic >= 1.10.7",
37
- "click_log >= 0.4.0"
+ "click_log >= 0.4.0",
38
39
python_requires=">=3.8",
40
entry_points={"console_scripts": ["youte=youte.cli:youte"]},
0 commit comments