Skip to content

Commit

Permalink
Merge pull request #652 from enzbang/add-requests-cache
Browse files Browse the repository at this point in the history
Add request-cache package dependency to e3-core
  • Loading branch information
enzbang authored Nov 15, 2023
2 parents 7cbfcb2 + 387559b commit 9b70a2f
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 9b70a2f

Please sign in to comment.