浏览代码

Fix install

http3
tech234a 3 年前
父节点
当前提交
64b2352e0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      http3.py

+ 1
- 1
http3.py 查看文件

@@ -8,7 +8,7 @@ if isfile("../Procfile") and isfile("../requirements.txt"):
if HEROKU:
if not "aioquic" in open("../requirements.txt").read():
print("Installing aioquic on this Heroku instance since it wasn't installed on deploy...")
system("pip install --user aioquic")
system("python3 -m pip install --user aioquic")

import asyncio
from typing import cast


正在加载...
取消
保存