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. (#1380)

Signed-off-by: David Black <dblack@atlassian.com>
  • Loading branch information
dbaxa authored May 17, 2022
1 parent f6b0d0c commit 6789038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ commands =

[testenv:docs]
extras =
cli
docs
# changedir=docs
usedevelop = False
Expand Down

0 comments on commit 6789038

Please sign in to comment.