Skip to content

Commit

Permalink
pin flask-admin at the last version with safe deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Peterson committed Aug 19, 2019
1 parent 4b4d491 commit ed4f7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
'flask', 'flask_admin', 'flask_security', 'sqlalchemy', 'sqlsoup'
'flask', 'flask_admin==1.5.2', 'flask_security', 'sqlalchemy', 'sqlsoup'
]

# What packages are optional?
Expand Down

0 comments on commit ed4f7f3

Please sign in to comment.