Skip to content

Commit

Permalink
ci: remove redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uwinx committed Nov 22, 2020
1 parent bec70a7 commit ba8e7e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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']
Expand Down

0 comments on commit ba8e7e7

Please sign in to comment.