summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-11-15 13:39:54 +0100
committerWolfgang Müller2024-11-15 13:39:54 +0100
commit3b62b56c706622b7361e267d92f0408a29bee812 (patch)
treeb40ffb637a747aeb9ce8b8c8992511f0380a1584 /pyproject.toml
parent105850a66e961fa9f8f521ab65d49f3860ff6cd3 (diff)
downloadhircine-3b62b56c706622b7361e267d92f0408a29bee812.tar.gz
backend/tests: Add tests for the E-Hentai API
Diffstat (limited to '')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f4847ac..f4ff147 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,6 +35,7 @@ pytest-cov = "^6.0.0"
sphinx = "^8.1.3"
furo = "^2024.1.29"
sphinx-issues = "^5.0.0"
+requests-mock = "^1.12.1"
[build-system]
requires = ["poetry-core"]