Skip to content

Commit 315df4b

Browse files
committed
fix: Make click required dependency. Resolves #64
chore: Increment version to v0.8.2
1 parent 4b9eb63 commit 315df4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"Helpingai-T2==0.5",
1616
"python-vlc>=3.0.20",
1717
"httpx==0.27.2",
18+
"click==8.1.3",
1819
]
1920

2021
cli_reqs = [
21-
"click==8.1.3",
2222
"rich==13.3.4",
2323
"clipman==3.1.0",
2424
"pyperclip==1.8.2",
@@ -54,7 +54,7 @@
5454

5555
setup(
5656
name="python-tgpt",
57-
version="0.8.1",
57+
version="0.8.2",
5858
license="MIT",
5959
author="Smartwa",
6060
maintainer="Smartwa",

0 commit comments

Comments
 (0)