Skip to content

Commit

Permalink
Add request-cache package dependency to e3-core
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbang committed Nov 15, 2023
1 parent 7cbfcb2 commit 387559b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"pyyaml",
"python-dateutil",
"requests",
"requests-cache",
"requests_toolbelt",
"tqdm",
"stevedore>1.20.0",
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ envlist = py39-cov-xdist
[testenv]
deps =
xdist: pytest-xdist[psutil]
# ??? needs to be added as a dep of e3-core
requests-cache
ptyprocess;platform_system == "Linux"
cov: pytest-cov
cov: coverage
Expand Down

0 comments on commit 387559b

Please sign in to comment.