Skip to content

Commit

Permalink
Freeze YARL version to avoid issue #2662
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreixes committed Jan 15, 2018
1 parent 3ccdc53 commit f63316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def build_extension(self, ext):


install_requires = ['chardet', 'multidict>=3.0.0',
'async_timeout>=1.2.0', 'yarl>=0.11']
'async_timeout>=1.2.0', 'yarl>=0.11,<1.0']


def read(f):
Expand Down

0 comments on commit f63316d

Please sign in to comment.