Merge pull request #1927 from justin8/master

Update to jose 3.x
This commit is contained in:
Steve Pulec 2018-12-28 20:17:01 -05:00 committed by GitHub
commit 4dd4a5d451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ install_requires = [
"pyaml", "pyaml",
"pytz", "pytz",
"python-dateutil<3.0.0,>=2.1", "python-dateutil<3.0.0,>=2.1",
"python-jose<3.0.0", "python-jose<4.0.0",
"mock", "mock",
"docker>=2.5.1", "docker>=2.5.1",
"jsondiff==1.1.2", "jsondiff==1.1.2",