This commit is contained in:
gandiddi 2024-09-09 21:00:44 +05:30 коммит произвёл GitHub
Родитель 693acf0f18
Коммит 31dd5693bc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,4 +1,4 @@
aiohttp==3.10.2
aiohttp==3.10.5
pyslack
botbuilder-core==4.17.0
slackclient

Просмотреть файл

@ -8,7 +8,7 @@ REQUIRES = [
"azure-cognitiveservices-language-luis==0.2.0",
"botbuilder-schema==4.17.0",
"botbuilder-core==4.17.0",
"aiohttp==3.10.2",
"aiohttp==3.10.5",
]
TESTS_REQUIRES = ["aiounittest>=1.1.0"]

Просмотреть файл

@ -10,7 +10,7 @@ REQUIRES = [
"botframework-connector==4.17.0",
"botbuilder-core==4.17.0",
"yarl>=1.8.1",
"aiohttp==3.10.2",
"aiohttp==3.10.5",
]
root = os.path.abspath(os.path.dirname(__file__))

Просмотреть файл

@ -6,7 +6,7 @@ from setuptools import setup
REQUIRES = [
"applicationinsights>=0.11.9",
"aiohttp==3.10.2",
"aiohttp==3.10.5",
"botbuilder-schema==4.17.0",
"botframework-connector==4.17.0",
"botbuilder-core==4.17.0",