mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
added pyperclip dependancy to poetry
This commit is contained in:
parent
d3cb685dcc
commit
0659bbaa0e
@ -1 +0,0 @@
|
|||||||
3.10
|
|
2
poetry.lock
generated
2
poetry.lock
generated
@ -3673,4 +3673,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "76e17c74f2e939c22858a9edaea512766a05d0d7737825b13f8b9928cc91e188"
|
content-hash = "134458d32b5a70807e8345abccb792bb0694ce5081d0746be785b70c4a381a54"
|
||||||
|
@ -24,6 +24,7 @@ youtube-transcript-api = "^0.6.2"
|
|||||||
pydub = "^0.25.1"
|
pydub = "^0.25.1"
|
||||||
ollama = "^0.1.7"
|
ollama = "^0.1.7"
|
||||||
anthropic = "^0.18.1"
|
anthropic = "^0.18.1"
|
||||||
|
pyperclip = "^1.8.2"
|
||||||
|
|
||||||
[tool.poetry.group.cli.dependencies]
|
[tool.poetry.group.cli.dependencies]
|
||||||
pyyaml = "^6.0.1"
|
pyyaml = "^6.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user