Skip to content

Commit e830f17

Browse files
committed
[setup.py] add aiohttp, aiodns, aiofiles for remote file support
1 parent 50ce5f0 commit e830f17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
AUTHOR = "Source Foundry Authors"
1313
REQUIRES_PYTHON = ">=3.6.0"
1414

15-
INSTALL_REQUIRES = ["fontTools >= 4.0.0"]
15+
INSTALL_REQUIRES = [
16+
"fontTools >= 4.0.0",
17+
"aiohttp >= 3.6.0",
18+
"aiodns >= 2.0.0",
19+
"aiofiles >= 0.4.0"
20+
]
1621
# Optional packages
1722
EXTRAS_REQUIRES = {
1823
# for developer installs

0 commit comments

Comments
 (0)