Skip to content

Commit f7d509f

Browse files
committed
adding dependency to setup.cfg
1 parent 2d8cf5f commit f7d509f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ install_requires =
2020
click>=7.0.0
2121
pip>=10.0.0
2222
semver>=2.0.0,<3.0.0
23+
pyjwt>=2.4.0; python_version >= '3.6'
24+
pyjwt; python_version < '3.6'
2325
setup_requires =
2426
setuptools
2527
setuptools_scm>=3.4

0 commit comments

Comments
 (0)