Description
Bug fix for import errors.
Error
When importing the module in Python `3.13` or lower raised exception, caused by `Generator[...]` since the `defaults` attribute of `Generator` is a recently added feature.
Also the package `pybtex` requires `setuptools` but went missing on installation via `pip`.
Fix
Using backward-compatible syntax, `setuptools` were placed in the requirements.