Skip to content

Commit

Permalink
Merge pull request #74 from flask-dashboard/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
FlyingBird95 committed Mar 30, 2018
2 parents cc53407 + 33b6161 commit ab2cc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flask>=0.9 # for monitoring the web-service
sqlalchemy>=1.1.9 # for database support
wtforms>=2.1 # for generating forms
flask_wtf # also for generating forms
plotly # for generating graphs
plotly<3.0.0 # for generating graphs
configparser # for parsing the config-file
psutil # for logging extra CPU-info
colorhash # for hashing a string into a color
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def desc():
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'],
'Programming Language :: Python :: 3.6',
'Framework :: Flask'],
project_urls={
'Bug Reports': 'https://github.com/flask-dashboard/Flask-MonitoringDashboard/issues',
'PyPi': 'https://pypi.org/project/Flask-MonitoringDashboard/',
Expand Down

0 comments on commit ab2cc59

Please sign in to comment.