From 92a0b1d6705d8ddec2586d6531c67abfefcd23a5 Mon Sep 17 00:00:00 2001 From: dev022022 <100190102+dev022022@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:27:10 +0100 Subject: [PATCH] Add extra flag [crpyto] for PyJWT dependency Add an extra flag for the PyJWT dependency so that the python cryptographic package is an explicit dependency which will be installed automatically together with github3.py. The problem is described in https://github.com/sigmavirus24/github3.py/issues/1077 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 18c64acf..a89734f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ requires_dist = [options] packages = find: install_requires = - PyJWT>=2.3.0 + PyJWT[crypto]>=2.3.0 python-dateutil>=2.6.0 requests>=2.18 uritemplate>=3.0.0