Skip to content

Commit 3e5f9ac

Browse files
committed
Explicity added async-timeout for Python 3.5
1 parent 8ad5843 commit 3e5f9ac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ twine = "*"
1717
[packages]
1818
aiodns = "*"
1919
aiohttp = "*"
20+
async-timeout = "*"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
REQUIRED = [ # type: ignore
2828
'aiodns',
2929
'aiohttp',
30+
'async-timeout',
3031
]
3132

3233
# The rest you shouldn't have to touch too much :)

0 commit comments

Comments
 (0)