Skip to content

Commit

Permalink
Merge pull request cve-search#176 from jbmaillet/pip_requirements_add…
Browse files Browse the repository at this point in the history
…_missing

Add some missing requirements, keeping docs in sync
  • Loading branch information
adulau authored Jun 26, 2016
2 parents eb817cc + c9974f6 commit 90e8400
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ Requirements
* Tornado
* Whoosh
* Redis
* Python-dateUtil
* 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)
* irc
* sleekxmpp

The requirements can be installed with pip:

Expand Down
10 changes: 6 additions & 4 deletions doc/html/Installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ <h2>Requirements</h2>
These modules are all in the requirements.txt file, and can be easily installed using <span class="code">sudo pip3 install -r requirements.txt</span><br />
<ul>
<li>PyMongo</li>
<li>Whoosh</li>
<li>Redis</li>
<li>Python-dateutil</li>
<li>Flask</li>
<li>Flask-login</li>
<li>Flask-pymongo</li>
<li>Flask-login</li>
<li>Tornado</li>
<li>Whoosh</li>
<li>Redis</li>
<li>Python-dateutil</li>
<li>Passlib</li>
<li><a href="https://github.com/marianoguerra/feedformatter/archive/master.zip">Feedformatter</a></li>
<li>irc</li>
<li>sleekxmpp</li>
</ul>
</p>
<h2>Setting up CVE-Search</h2>
Expand Down
10 changes: 6 additions & 4 deletions doc/markdown/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ After installing these packages, you need to install some python modules
be easily installed using *sudo pip3 install -r requirements.txt*

* PyMongo
* Whoosh
* Redis
* Python-dateutil
* Flask
* Flask-login
* Flask-pymongo
* Flask-login
* Tornado
* Whoosh
* Redis
* Python-dateutil
* Passlib
* [Feedformatter](https://github.com/marianoguerra/feedformatter/archive/master.zip)
* irc
* sleekxmpp

##Setting up CVE-Search
Before setting up CVE-Search, you have to make sure the scripts are
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ lxml
https://github.com/marianoguerra/feedformatter/archive/master.zip
six>=1.9.0
pytz
irc
sleekxmpp

0 comments on commit 90e8400

Please sign in to comment.