Skip to content

Commit

Permalink
bug fix with incorrect requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBird95 committed Feb 27, 2018
1 parent fe9e96d commit a432a72
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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
configparser # for parsing the config-file
psutil # for logging extra CPU-info
colorhash # for hashing a string into a color
requests # for submitting unit test results
PyJWT # for json encryption/decryption
Flask-Sphinx-Themes# for generating the documentation
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
configparser # for parsing the config-file
psutil # for logging extra CPU-info
colorhash # for hashing a string into a color
requests # for submitting unit test results
PyJWT # for json encryption/decryption
Flask-Sphinx-Themes # (optional) for generating the documentation

0 comments on commit a432a72

Please sign in to comment.