Skip to content

Commit f82e500

Browse files
committed
adding aiohttp to setup.py
Signed-off-by: Jesse Jaggars <jjaggars@redhat.com>
1 parent 8e2ac6e commit f82e500

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
python_requires=">=3.6",
2121
install_requires=[
2222
"prometheus_client==0.7.1",
23+
"aiohttp==3.6.2",
2324
],
2425
zip_safe=False,
2526
entry_points={

0 commit comments

Comments
 (0)