Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 10 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,19 @@ Flask `mit_lti_flask_sample

Dependencies:
=============
* Python 2.7+ or Python 3.4+
* oauth2 1.9.0+
* httplib2 0.9+
* six 1.10.0+
* Python 3.7+
* oauthlib 3.x
* requests-oauthlib 1.x

Development dependencies:
=========================
* Flask 0.10.1
* httpretty 0.8.3
* oauthlib 0.6.3
* pyflakes 1.2.3
* pytest 2.9.2
* pytest-cache 1.0
* pytest-cov 2.3.0
* pytest-flakes 1.0.1
* pytest-pep8 1.0.6
* Chalice 1.x
* Flask 2.x
* httpretty 1.x
* pytest 7.x
* pytest-cov 4.x
* pytest-flakes 4.x
* semantic-version 2.x
* sphinx 1.2.3

Documentation_ is available on readthedocs.
Expand Down
2 changes: 1 addition & 1 deletion pylti/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
PyLTI is module that implements IMS LTI in python
The API uses decorators to wrap function with LTI functionality.
"""
__version__ = '0.6.0'
__version__ = '0.8.0'
Loading