Skip to content

Commit

Permalink
resolve dateparser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benxu3 committed Jun 18, 2024
1 parent d8d57f3 commit 3011e55
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 8 deletions.
178 changes: 172 additions & 6 deletions software/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions software/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ ctranslate2 = "4.1.0"
py3-tts = "^3.5"
elevenlabs = "1.2.2"
groq = "^0.5.0"
open-interpreter = "^0.2.6"
open-interpreter = {extras = ["os"], version = "^0.2.6"}
litellm = "1.35.35"
openai = "1.30.5"
pywebview = "*"
pyobjc = "*"

sentry-sdk = "^2.4.0"
plyer = "^2.1.0"
pywinctl = "^0.4"
pywinctl = "^0.3"
dateparser = "^1.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 3011e55

Please sign in to comment.