Make nltk a runtime requirement, bump version by one minor

This commit is contained in:
2026-03-24 20:03:22 -07:00
parent 10195658e6
commit 4c7c3d0d9b
3 changed files with 16 additions and 14 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = carkov
version = 0.4.0
version = 0.4.1
description = A markov chainer library
author = Aldercone Studio
author_email = alderconestudio@gmail.com
@ -33,7 +33,6 @@ packages =
zip_safe = true
install_requires =
unidecode
nltk
msgpack
[options.entry_points]