diff --git a/.python-version b/.python-version index cc1923a..c8cfe39 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8 +3.10 diff --git a/poetry.lock b/poetry.lock index 7abeb61..c1d83b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 45fa5d6..0b46d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"