File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ python = "3.10.11"
12
12
PySide6 = " 6.4.3"
13
13
nest-asyncio = " ^1.6.0"
14
14
numpy = " <2.0.0"
15
- mistune = " ^3.0.2"
16
15
litellm = " 1.69.2"
17
16
instructor = " 1.7.2"
17
+ docker = " 7.1.0"
18
+ mistune = " ^3.0.2"
18
19
posthog = " ^3.5.0"
19
20
keyring = " ^25.5.0"
20
21
# realtime-ai = {url = "https://github.com/jhakulin/realtime-ai/releases/download/v0.1.0/realtime_ai-0.1.0-py3-none-any.whl"}
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ debugpy==1.8.12 ; python_full_version == "3.10.11"
27
27
decorator == 5.1.1 ; python_full_version == "3.10.11"
28
28
distro == 1.9.0 ; python_full_version == "3.10.11"
29
29
dnspython == 2.7.0 ; python_full_version == "3.10.11"
30
+ docker == 7.1.0 ; python_full_version == "3.10.11"
30
31
docstring-parser == 0.16 ; python_full_version == "3.10.11"
31
32
editor == 1.6.6 ; python_full_version == "3.10.11"
32
33
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"
134
135
python3-xlib == 0.15 ; python_full_version == "3.10.11" and platform_system == "Linux"
135
136
pytweening == 1.2.0 ; python_full_version == "3.10.11"
136
137
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 "
138
139
pyyaml == 6.0.2 ; python_full_version == "3.10.11"
139
140
pyzmq == 26.2.1 ; python_full_version == "3.10.11"
140
141
readchar == 4.2.1 ; python_full_version == "3.10.11"
You can’t perform that action at this time.
0 commit comments