Skip to content

Commit

Permalink
fix: No module named 'requests_cache' (#405)
Browse files Browse the repository at this point in the history
Installing just the CLI via `pip install 'shillelagh[console]'` results
in a non-function CLI, due to missing requests-cache third party libary.

fixes #400
  • Loading branch information
cwegener authored Oct 30, 2023
1 parent 97c2975 commit 1c458f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ console =
appdirs>=1.4.4
prompt_toolkit>=3
pygments>=2.8
requests-cache>=0.7.1
tabulate==0.8.9
datasetteapi =
requests-cache>=0.7.1
Expand Down

0 comments on commit 1c458f3

Please sign in to comment.