Skip to content

Commit aeab5d0

Browse files
fix: add pyopenssl as extra dependency (#697)
* fix: add pyopenssl as extra dependency * update
1 parent c556f6f commit aeab5d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"six>=1.9.0",
3030
)
3131

32-
extras = {"aiohttp": "aiohttp >= 3.6.2, < 4.0.0dev; python_version>='3.6'"}
32+
extras = {
33+
"aiohttp": "aiohttp >= 3.6.2, < 4.0.0dev; python_version>='3.6'",
34+
"pyopenssl": "pyopenssl>=20.0.0",
35+
}
3336

3437
with io.open("README.rst", "r") as fh:
3538
long_description = fh.read()

0 commit comments

Comments
 (0)