pauldex / sqlalchemy-firebird

A Firebird dialect for SQLAlchemy using the firebird-driver and/or fdb python Firebird driver
MIT License
22 stars 15 forks source link

need add pckage #55

Closed attid closed 1 year ago

attid commented 1 year ago

Describe the bug ModuleNotFoundError: No module named 'packaging'

To Reproduce Steps to reproduce the behavior: Create new project =)

fdcastel commented 1 year ago

I was also hit by this one when creating a new project today.

Workaround: install packing manually with

pip install packaging
pauldex commented 1 year ago

This should be fixed with version 2.0.1