Binary should be changed to LargeBinary in the file models.py to work on newer versions of sqlalchemy
volt-master\app\base\models.py", line 7, in <module> from sqlalchemy import Binary, Column, Integer, String ImportError: cannot import name 'Binary' from 'sqlalchemy'
Reported by @carenaudo on Flask Volt
Binary should be changed to LargeBinary in the file models.py to work on newer versions of sqlalchemy
volt-master\app\base\models.py", line 7, in <module> from sqlalchemy import Binary, Column, Integer, String ImportError: cannot import name 'Binary' from 'sqlalchemy'