We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edde3ff commit 7cb31bcCopy full SHA for 7cb31bc
setup.py
@@ -27,12 +27,12 @@
27
from setuptools.command import sdist as setuptools_sdist
28
29
30
-CYTHON_DEPENDENCY = 'Cython==0.29'
+CYTHON_DEPENDENCY = 'Cython==0.29.14'
31
32
# Minimal dependencies required to test asyncpg.
33
TEST_DEPENDENCIES = [
34
'flake8~=3.5.0',
35
- 'uvloop~=0.12.0;platform_system!="Windows"',
+ 'uvloop~=0.14.0;platform_system!="Windows"',
36
]
37
38
# Dependencies required to build documentation.
0 commit comments