kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
578 stars 127 forks source link

Declare six as a dependency #327

Closed zupo closed 1 year ago

zupo commented 1 year ago

It seems that older versions of SQLAlchemy and SQLAlchemy-Utils depended on six, so there was no need to declare it here.

However, latest releases of SQLAlchemy and SQLAlchemy-Utils no longer depend on six, but SQLAlchemy-Continuum does in fact import six, so we need to declare it as a dependency.

marksteward commented 1 year ago

Really sorry, I completely missed this. I'll be removing six soon but for now I'll add as a dep.