boardpack/pydantic-i18n

Babel is not optional

tigrus opened this issue · 3 comments

When you ignore babel dependency - whole project startup will fail.

This line will try to import babel loader
https://github.com/boardpack/pydantic-i18n/blob/master/pydantic_i18n/__init__.py#L7

This line will burn application:
https://github.com/boardpack/pydantic-i18n/blob/master/pydantic_i18n/loaders.py#L5

Please do not mark dependencies as optional, while they are not!

Hello, @tigrus, oops, you are entirely right... I'm fixing it now, sorry

@tigrus released, please recheck it on your side, it must be fine

Looks fine now. Thanks for fast fix :)