Skip to content

Commit

Permalink
bugfix: pinned sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Mar 16, 2021
1 parent 0e96fd3 commit c2217fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/install/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def main(radare, nginx):
'bcrypt',
'python-dateutil',
'si-prefix',
'sqlalchemy>=1.2,<1.4', # FIXME: unpin when flask_sqlalchemy works with sqlalchemy >= 1.4
'email-validator',
'matplotlib'
)
Expand Down

0 comments on commit c2217fe

Please sign in to comment.