Skip to content

Commit

Permalink
Update README & requirements per review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivica Ceraj committed Nov 12, 2014
1 parent 06dd12b commit 30ac471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@ Framework Example
Flask `mit_lti_flask_sample
<https://github.mit.edu/mitxlti/mit_lti_flask_sample>`_
A skeleton example for the Flask framework that consumes the PyLTI library
Django coming soon
Bottle coming soon
========= ============

Dependencies:
=============
* Python 2.6+
* oauth 1.0.1+
* oauth2 1.5.211+
* httplib2 0.9+

Development dependencies:
=========================
* Flask 0.10.1
* httpretty 0.8.3
* lxml 3.4.0
* oauth 1.0.1
* oauth2 1.5.211
* oauthlib 0.6.3
* pyflakes 0.8.1
* pytest 2.6.3
* pytest-cache 1.0
* pytest-cov 1.8.0
* pytest-flakes 0.2
* pytest-pep8 1.0.6
* httplib2 0.9
* sphinx 1.2.3

Documentation_ is available on readthedocs.
Expand All @@ -72,4 +72,4 @@ license.rst for the full text of the license.
.. [#f2] EdX offers interactive online classes and MOOCs from the world’s best
universities. Online courses from MITx, HarvardX, BerkeleyX, UTx and many
other universities. EdX is a non-profit online initiative created by
founding partners Harvard and MIT. `code.edx.org <http://code.edx.org>`_
founding partners Harvard and MIT. `code.edx.org <http://code.edx.org>`_
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Flask==0.10.1
httpretty==0.8.3
lxml==3.4.0
oauth==1.0.1
oauth2==1.5.211
oauthlib==0.6.3
Expand Down

0 comments on commit 30ac471

Please sign in to comment.