mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
pin pyjwt in setup.cfg
This commit is contained in:
@@ -30,7 +30,7 @@ install_requires =
|
|||||||
urllib3
|
urllib3
|
||||||
requests
|
requests
|
||||||
requests-oidc
|
requests-oidc
|
||||||
PyJWT
|
PyJWT==2.8.0
|
||||||
cryptography==43.0.1; python_version < "3.9"
|
cryptography==43.0.1; python_version < "3.9"
|
||||||
cryptography; python_version >= "3.9"
|
cryptography; python_version >= "3.9"
|
||||||
dataclasses-json
|
dataclasses-json
|
||||||
|
|||||||
Reference in New Issue
Block a user