livekit-plugins-bithuman 1.0.15__tar.gz → 1.0.17__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/PKG-INFO +3 -3
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/livekit/plugins/bithuman/version.py +1 -1
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/pyproject.toml +1 -2
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/.gitignore +0 -0
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/README.md +0 -0
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/livekit/plugins/bithuman/__init__.py +0 -0
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/livekit/plugins/bithuman/avatar.py +0 -0
- {livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/livekit/plugins/bithuman/log.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: livekit-plugins-bithuman
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.17
|
4
4
|
Summary: Agent Framework plugin for services from BitHuman Avatar Rendering
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
6
6
|
Project-URL: Website, https://livekit.io/
|
@@ -12,13 +12,13 @@ Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: Programming Language :: Python :: 3 :: Only
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
17
16
|
Classifier: Topic :: Multimedia :: Sound/Audio
|
18
17
|
Classifier: Topic :: Multimedia :: Video
|
19
18
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
19
|
Requires-Python: >=3.9.0
|
21
|
-
Requires-Dist:
|
20
|
+
Requires-Dist: bithuman>=0.5.5; python_version >= '3.10'
|
21
|
+
Requires-Dist: livekit-agents>=1.0.17
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
# LiveKit Plugins BitHuman Avatar Runtime
|
@@ -18,11 +18,10 @@ classifiers = [
|
|
18
18
|
"Topic :: Multimedia :: Video",
|
19
19
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
20
20
|
"Programming Language :: Python :: 3",
|
21
|
-
"Programming Language :: Python :: 3.9",
|
22
21
|
"Programming Language :: Python :: 3.10",
|
23
22
|
"Programming Language :: Python :: 3 :: Only",
|
24
23
|
]
|
25
|
-
dependencies = ["livekit-agents>=1.0.
|
24
|
+
dependencies = ["livekit-agents>=1.0.17", "bithuman>=0.5.5 ; python_version >= '3.10'"]
|
26
25
|
|
27
26
|
[project.urls]
|
28
27
|
Documentation = "https://docs.livekit.io"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{livekit_plugins_bithuman-1.0.15 → livekit_plugins_bithuman-1.0.17}/livekit/plugins/bithuman/log.py
RENAMED
File without changes
|