update pyjwt=2.6.0 (Fix Bug 59369)

This commit is contained in:
Aleksandr Fedorov
2022-11-03 10:47:39 +03:00
committed by Sergey Linnik
parent 2b184972dc
commit 14e53970c8

View File

@ -35,7 +35,7 @@ See the detailed guide to learn how to install Document Server [for Windows](htt
```
pip install Django==3.1.3
pip install requests==2.25.0
pip install pyjwt==2.3.0
pip install pyjwt==2.6.0
pip install python-magic
```