danhper / python-i18n

Easy to use i18n library for Python
https://pypi.python.org/pypi/python-i18n
MIT License
228 stars 45 forks source link

installation issue by poetry #20

Closed CarolHsu closed 3 years ago

CarolHsu commented 4 years ago

Might not an issue for thin repo but would like to ask here as well.

I have try to install by poetry add python-i18n[YAML] and see it did have extras information with yaml However, when I realize this doesn't really include i18n.loaders.yaml_loader.

Please suggest if in any case someone knows a better solution for poetry! Apprecaite!

danhper commented 4 years ago

If it is installed using the YAML extra it should include pyyaml as a dependency. What issue are you facing?

CarolHsu commented 3 years ago

yes it works, sorry for late reply, many appreciation!