Skip to content

Commit

Permalink
setup: add Flask-Admin as an extra
Browse files Browse the repository at this point in the history
* Closes #268

Signed-off-by: Harris Tzovanakis <[email protected]>
  • Loading branch information
drjova authored and slint committed Nov 21, 2019
1 parent 1ab96fa commit 1b4c8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
':python_version=="2.7"': [
'ipaddr>=2.1.11',
],
'admin': [
'Flask-Admin>=1.3.0',
],
'celery': [
# Needed for building the documentation until v4.2 is released.
'celery>=3.1.0,<4.0',
Expand Down Expand Up @@ -65,7 +68,6 @@
]

install_requires = [
'Flask-Admin>=1.3.0',
'Flask-BabelEx>=0.9.3',
'Flask-Breadcrumbs>=0.3.0',
'Flask-CeleryExt>=0.3.1',
Expand Down

0 comments on commit 1b4c8b6

Please sign in to comment.