We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2ac6e commit f82e500Copy full SHA for f82e500
1 file changed
setup.py
@@ -20,6 +20,7 @@
20
python_requires=">=3.6",
21
install_requires=[
22
"prometheus_client==0.7.1",
23
+ "aiohttp==3.6.2",
24
],
25
zip_safe=False,
26
entry_points={
0 commit comments