Skip to content

Commit

Permalink
update to uvloop 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Nov 3, 2018
1 parent 480a819 commit 1f6ad68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uvloop<0.9.0
uvloop>=0.11.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
keywords=['web', 'asyncio'],
platforms='x86_64 Linux and MacOS X',
install_requires=[
'uvloop>=0.9.0',
'uvloop>=0.11.3',
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 1f6ad68

Please sign in to comment.