fixed something

This commit is contained in:
jad2121 2024-03-13 16:16:18 -04:00
parent f5225df224
commit 820adf1339
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
3.8
3.10

2
poetry.lock generated
View File

@ -3673,4 +3673,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "134458d32b5a70807e8345abccb792bb0694ce5081d0746be785b70c4a381a54"
content-hash = "a565c6bbd145d0f252dcaceaa8fee63d8bde343b99bb5d49eb141b74225c9a2d"

View File

@ -25,6 +25,7 @@ pydub = "^0.25.1"
ollama = "^0.1.7"
anthropic = "^0.18.1"
pyperclip = "^1.8.2"
python-dotenv = "^1.0.1"
[tool.poetry.group.cli.dependencies]
pyyaml = "^6.0.1"