Skip to content

Commit

Permalink
readme: add missing dep and sort them alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored May 17, 2019
1 parent f9f47ef commit 465e4da
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,27 @@ Requirements
* MongoDB 2.2 or later
* redis server
* Pip3
* PyMongo
* click
* feedformater (for RSS and Atom dump_last) http://code.google.com/p/feedformatter/
* Flask
* Flask-PyMongo
* Flask-Login
* Tornado
* Redis
* Python-dateutil
* passlib
* feedformater (for RSS and Atom dump_last) http://code.google.com/p/feedformatter/
* Whoosh http://packages.python.org/Whoosh/ (If you're planning to use the Full-text indexer)
* Flask-PyMongo
* irc
* sleekxmpp
* Werkzeug
* Jinja2
* itsdangerous
* click
* Jinja2
* lxml
* passlib
* PyMongo
* Python-dateutil
* Pytz
* Redis
* requests
* requirements-parser
* six
* sleekxmpp
* Tornado
* Werkzeug
* Whoosh http://packages.python.org/Whoosh/ (If you're planning to use the Full-text indexer)
* xlrd

The requirements can be installed with pip:
Expand Down

0 comments on commit 465e4da

Please sign in to comment.