livekit-plugins-nltk 1.0.0.dev4__tar.gz → 1.0.0.dev5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-nltk
3
- Version: 1.0.0.dev4
3
+ Version: 1.0.0.dev5
4
4
  Summary: Agent Framework plugin for NLTK-based text processing.
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -17,7 +17,8 @@ Classifier: Topic :: Multimedia :: Sound/Audio
17
17
  Classifier: Topic :: Multimedia :: Video
18
18
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
19
  Requires-Python: >=3.9.0
20
- Requires-Dist: livekit-agents>=1.0.0.dev4
20
+ Requires-Dist: livekit-agents>=1.0.0.dev5
21
+ Requires-Dist: nltk<4,>=3.9.1
21
22
  Description-Content-Type: text/markdown
22
23
 
23
24
  # LiveKit Plugins NLTK
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.0.0.dev4"
15
+ __version__ = "1.0.0.dev5"
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Programming Language :: Python :: 3.10",
22
22
  "Programming Language :: Python :: 3 :: Only",
23
23
  ]
24
- dependencies = ["livekit-agents>=1.0.0.dev4"]
24
+ dependencies = ["livekit-agents>=1.0.0.dev5", "nltk >= 3.9.1, < 4"]
25
25
 
26
26
  [project.urls]
27
27
  Documentation = "https://docs.livekit.io"