Skip to content

Commit

Permalink
Bump Cython & uvloop deps
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Nov 20, 2019
1 parent edde3ff commit 7cb31bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
from setuptools.command import sdist as setuptools_sdist


CYTHON_DEPENDENCY = 'Cython==0.29'
CYTHON_DEPENDENCY = 'Cython==0.29.14'

# Minimal dependencies required to test asyncpg.
TEST_DEPENDENCIES = [
'flake8~=3.5.0',
'uvloop~=0.12.0;platform_system!="Windows"',
'uvloop~=0.14.0;platform_system!="Windows"',
]

# Dependencies required to build documentation.
Expand Down

0 comments on commit 7cb31bc

Please sign in to comment.