Skip to content

Commit 6fd6d10

Browse files
committed
Require PyJWT more than >=2.0
1 parent 05b8d0d commit 6fd6d10

File tree

4 files changed

+264
-146
lines changed

4 files changed

+264
-146
lines changed

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ verify_ssl = true
77
freezegun = "*"
88

99
[packages]
10-
pyjwt = "<2.0"
10+
pyjwt = ">=2.0"
1111
django = "*"
1212
cryptography = "*"
1313
mock = "*"
@@ -16,4 +16,4 @@ coverage = "*"
1616
pylint = "*"
1717

1818
[requires]
19-
python_version = "3.8"
19+
python_version = "3"

0 commit comments

Comments
 (0)