Skip to content

Commit

Permalink
Added dependency checking for yarl
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jan 15, 2018
1 parent 5e1b653 commit f9f5041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
'uvloop>=0.8.1',
'aiobotocore>=0.5.1, <0.6.0',
'tzlocal>=1.4',
'aiohttp>=2.3.2, <2.4.0'
'aiohttp>=2.3.2, <2.4.0',
'yarl>=0.16.0, <1.0.0'
]

PY_VER = sys.version_info
Expand Down

0 comments on commit f9f5041

Please sign in to comment.