From ba8e7e78ff5b36eada64ee1555ef3e2d95ae3d88 Mon Sep 17 00:00:00 2001 From: mpa Date: Sun, 22 Nov 2020 06:47:06 +0400 Subject: [PATCH] ci: remove redundant dependencies --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0226e96..43602ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,8 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" Telethon = "^1.10.8" -aioredis = {version = "^1.3.1", optional = true} [tool.poetry.dev-dependencies] -aioredis = "^1.3.1" black = "^19.10b0" ipython = "^7.15.0" import-linter = "^1.1" @@ -34,9 +32,6 @@ PySocks = "^1.7.1" mypy = "^0.790" python-dotenv = "^0.15.0" -[tool.poetry.extras] -redis = ["aioredis"] - [tool.black] line-length = 80 target-version = ['py38']