From 5c6fc81b6f582686a37b5fc65b8181900792d42e Mon Sep 17 00:00:00 2001
From: Giovanni Cimolin da Silva <giovannicimolin@gmail.com>
Date: Tue, 31 Mar 2020 17:16:20 -0300
Subject: [PATCH] LTI 1.3 proof of concept implementation

Features:
Implement LTI 1.3 launch support.
Add LTI 1.3 passthrough views as LMS plugins.
---
 requirements.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 requirements.txt

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..3572921
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+lxml
+bleach
+django==1.11.25
+oauthlib
+mako
+lazy
+pyjwkest==1.4.2
+pycryptodome==3.9.7
+-e git+https://github.com/edx/XBlock.git#egg=XBlock
+-e git+https://github.com/edx/xblock-utils.git#egg=xblock-utils
+-e .
-- 
GitLab