Commit 2be2982f authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5: Add pyjwt support

parent d4aa42f7
...@@ -497,6 +497,7 @@ eggs = ...@@ -497,6 +497,7 @@ eggs =
paramiko paramiko
ply ply
pyflakes pyflakes
pyjwt
pypdf2 pypdf2
python-magic python-magic
python-memcached python-memcached
...@@ -716,6 +717,7 @@ prompt-toolkit = 1.0.7 ...@@ -716,6 +717,7 @@ prompt-toolkit = 1.0.7
ptyprocess = 0.5.1 ptyprocess = 0.5.1
pycountry = 1.20 pycountry = 1.20
pyflakes = 1.3.0 pyflakes = 1.3.0
PyJWT = 1.4.2
# pylint 1.5.1 breaks testDynamicClassGeneration # pylint 1.5.1 breaks testDynamicClassGeneration
pylint = 1.4.4 pylint = 1.4.4
python-memcached = 1.58 python-memcached = 1.58
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment