Skip to content

Conversation

@AghastyGD
Copy link
Owner

Summary

This PR fixes a ModuleNotFoundError that occurs when importing modules that rely on inflect. The package was used in lazy_ninja/builder.py but was not declared as a dependency.

Changes

  • Added inflect to the dependencies list in pyproject.toml.

Why

Without this fix, users installing the library in a fresh environment will encounter a runtime error unless they manually install inflect.

Related Issue

Fixes #27

@AghastyGD AghastyGD self-assigned this Apr 14, 2025
@AghastyGD AghastyGD added the bug Something isn't working label Apr 14, 2025
@AghastyGD AghastyGD merged commit 457d24b into main Apr 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'inflect' – missing dependency

1 participant