Use qtoml instead of pytomlpp
qtoml is more portable, as it's written in pure python rather than C++
This commit is contained in:
parent
af1622442b
commit
853b308696
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
aiohttp ~= 3.0
|
||||
qtoml ~= 0.3
|
||||
|
|
Loading…
Reference in New Issue