Use qtoml instead of pytomlpp

qtoml is more portable, as it's written in pure python rather than C++
This commit is contained in:
Kay Faraday 2022-06-12 01:56:01 +00:00
parent af1622442b
commit 853b308696
2 changed files with 2 additions and 1 deletions

View File

@ -11,8 +11,8 @@ import asyncio
import aiohttp
import contextlib
import contextvars
import qtoml as toml
from yarl import URL
import pytomlpp as toml
from aiohttp import web
from utils import build_dprint_factory, ContextVar, MultiReplacer

View File

@ -1 +1,2 @@
aiohttp ~= 3.0
qtoml ~= 0.3