summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorUXabre <arend.lapere@gmail.com>2019-01-17 08:53:01 -0500
committerUXabre <you@example.com>2019-02-15 03:45:57 -0500
commitf2031eff057cb0a43cdebca9688cdb5706088421 (patch)
tree04938a501b39ffca9ce360a2e3684de22f4ed8d8 /test-requirements.txt
parentf0bdb0a621a4f3fb328d1410adfeaff76f088bfd (diff)
downloadwebsockify-f2031eff057cb0a43cdebca9688cdb5706088421.tar.gz
Added JWT/JWS/JWE tokens capability
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 905c2e7..b4f8d9a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,2 +1,4 @@
mox3
nose
+jwcrypto;python_version>="2.7"
+enum34;python_version=="3.3"