Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/pip/coverage-5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
teemukataja committed Mar 17, 2021
2 parents 6c16673 + 69bfa20 commit 8a0cc54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -13,5 +13,6 @@ multidict==5.1.0
pycparser==2.20
six==1.15.0
typing-extensions==3.7.4.3
uvloop==0.14.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.15.2; python_version >= '3.7'
yarl==1.6.3

0 comments on commit 8a0cc54

Please sign in to comment.