remove reference to yanked packages

This commit is contained in:
Thomas Grainger 2021-07-02 10:02:17 +01:00 committed by GitHub
parent 4f5faa4a3c
commit 1684b0b986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ env_dependency = (
'; sys_platform != "win32" ' 'and implementation_name == "cpython"' '; sys_platform != "win32" ' 'and implementation_name == "cpython"'
) )
ujson = "ujson>=1.35" + env_dependency ujson = "ujson>=1.35" + env_dependency
uvloop = "uvloop>=0.5.3,!=0.15.0,!=0.15.1" + env_dependency uvloop = "uvloop>=0.5.3" + env_dependency
requirements = [ requirements = [
"httptools>=0.0.10", "httptools>=0.0.10",