diff options
author | Wolfgang Müller | 2024-11-15 13:39:54 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-15 13:39:54 +0100 |
commit | 3b62b56c706622b7361e267d92f0408a29bee812 (patch) | |
tree | b40ffb637a747aeb9ce8b8c8992511f0380a1584 /pyproject.toml | |
parent | 105850a66e961fa9f8f521ab65d49f3860ff6cd3 (diff) | |
download | hircine-3b62b56c706622b7361e267d92f0408a29bee812.tar.gz |
backend/tests: Add tests for the E-Hentai API
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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"] |