Commit e2fe553f authored by Roman Alifanov's avatar Roman Alifanov

update pymorphy2 -> pymorphy3

parent 4eb0614f
......@@ -2,7 +2,7 @@ import asyncio
from aiogram import Bot, Dispatcher, Router
from aiogram.types import ChatMemberUpdated, Message
from aiogram.exceptions import AiogramError
from pymorphy2 import MorphAnalyzer
from pymorphy3 import MorphAnalyzer
from aiogram.types import ChatMember
from itertools import chain
import random
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment