We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9eb63 commit 315df4bCopy full SHA for 315df4b
1 file changed
setup.py
@@ -15,10 +15,10 @@
15
"Helpingai-T2==0.5",
16
"python-vlc>=3.0.20",
17
"httpx==0.27.2",
18
+ "click==8.1.3",
19
]
20
21
cli_reqs = [
- "click==8.1.3",
22
"rich==13.3.4",
23
"clipman==3.1.0",
24
"pyperclip==1.8.2",
@@ -54,7 +54,7 @@
54
55
setup(
56
name="python-tgpt",
57
- version="0.8.1",
+ version="0.8.2",
58
license="MIT",
59
author="Smartwa",
60
maintainer="Smartwa",
0 commit comments