Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 7169394

Browse files
authored
Merge pull request #13 from bbc/sammg-uvloop
Pin uvloop to last Py36 version
2 parents 202d3ad + bafbbe6 commit 7169394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constraints.txt

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ s3transfer>=0.3.0,<0.4.0
2525
# Requirements due to sanic
2626
httpx==0.9.3
2727
sanic==19.12.2
28+
uvloop<0.15.0 # uvloop no longer supports Python 3.6 from v0.15.0
2829

2930
# yarl 1.6.0 does not unescape query strings like 1.5.1 does
3031
yarl<1.6.0

0 commit comments

Comments
 (0)