Skip to content

Commit ad59ffd

Browse files
author
jb
committed
0.5.1
1 parent 25e1a2e commit ad59ffd

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

poetry.lock

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ python = "3.10.11"
1212
PySide6 = "6.4.3"
1313
nest-asyncio = "^1.6.0"
1414
numpy = "<2.0.0"
15-
mistune = "^3.0.2"
1615
litellm = "1.69.2"
1716
instructor = "1.7.2"
17+
docker = "7.1.0"
18+
mistune = "^3.0.2"
1819
posthog = "^3.5.0"
1920
keyring = "^25.5.0"
2021
#realtime-ai = {url = "https://github.com/jhakulin/realtime-ai/releases/download/v0.1.0/realtime_ai-0.1.0-py3-none-any.whl"}

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ debugpy==1.8.12 ; python_full_version == "3.10.11"
2727
decorator==5.1.1 ; python_full_version == "3.10.11"
2828
distro==1.9.0 ; python_full_version == "3.10.11"
2929
dnspython==2.7.0 ; python_full_version == "3.10.11"
30+
docker==7.1.0 ; python_full_version == "3.10.11"
3031
docstring-parser==0.16 ; python_full_version == "3.10.11"
3132
editor==1.6.6 ; python_full_version == "3.10.11"
3233
elevenlabs==1.58.1 ; python_full_version == "3.10.11"
@@ -134,7 +135,7 @@ python-multipart==0.0.20 ; python_full_version == "3.10.11"
134135
python3-xlib==0.15 ; python_full_version == "3.10.11" and platform_system == "Linux"
135136
pytweening==1.2.0 ; python_full_version == "3.10.11"
136137
pywin32-ctypes==0.2.3 ; python_full_version == "3.10.11" and sys_platform == "win32"
137-
pywin32==308 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version == "3.10.11"
138+
pywin32==308 ; python_full_version == "3.10.11" and sys_platform == "win32"
138139
pyyaml==6.0.2 ; python_full_version == "3.10.11"
139140
pyzmq==26.2.1 ; python_full_version == "3.10.11"
140141
readchar==4.2.1 ; python_full_version == "3.10.11"

0 commit comments

Comments
 (0)