We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974b7ed commit 03ec890Copy full SHA for 03ec890
pyproject.toml
@@ -39,6 +39,8 @@ dev = [
39
"pytest",
40
"pytest-cov", # Used to report total code coverage
41
"ruff", # Used for static linting of files
42
+ "aiohttp",
43
+ "requests",
44
]
45
46
[build-system]
0 commit comments