Fixing import of CIMultiDict

This commit is contained in:
Channel Cat 2016-11-19 18:41:40 -08:00
parent fd5a79a685
commit d02fffb6b8
3 changed files with 3 additions and 1 deletions

View File

@ -2,3 +2,4 @@ httptools
ujson
uvloop
aiofiles
multidict

View File

@ -1,9 +1,9 @@
import asyncio
from functools import partial
from inspect import isawaitable
from multidict import CIMultiDict
from signal import SIGINT, SIGTERM
from time import time
from aiohttp import CIMultiDict
import httptools
try:

View File

@ -30,6 +30,7 @@ setup(
'httptools>=0.0.9',
'ujson>=1.35',
'aiofiles>=0.3.0',
'multidict>=2.0',
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',