bumped sqlalchemy requirement
It's been discovered that SQLAlchemy 0.5.2 won't work; some problem with joining the sales log tables.
This commit is contained in:
parent
2fd3f190af
commit
f7c4a2c2df
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,7 @@ specific version of this database, that version being 7.5.1.
|
|||
packages = find_packages(),
|
||||
|
||||
install_requires = [
|
||||
'SQLAlchemy',
|
||||
'SQLAlchemy>0.5.2',
|
||||
],
|
||||
|
||||
entry_points = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue