Skip to content

Commit

Permalink
As the keyring dependency is only used by jirashell, have it be part …
Browse files Browse the repository at this point in the history
…of the cli extras requirement.

Signed-off-by: David Black <dblack@atlassian.com>
  • Loading branch information
dbaxa committed May 10, 2022
1 parent d1fa71c commit ee6dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ setup_requires =
setuptools_scm_git_archive >= 1.0
install_requires =
defusedxml
keyring
packaging
requests-oauthlib>=1.1.0
requests>=2.10.0
Expand All @@ -64,6 +63,7 @@ install_requires =
[options.extras_require]
cli =
ipython>=4.0.0
keyring
docs =
Sphinx>=2.2.0
sphinx_rtd_theme>=0.4.3
Expand Down

0 comments on commit ee6dc97

Please sign in to comment.