Skip to content

Commit

Permalink
Remove pytest-sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
9dogs committed Mar 22, 2020
1 parent bc85850 commit 974c123
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pyproject.toml
Expand Up @@ -20,7 +20,7 @@ license = "GPL-3.0-only"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7,^3.8"
python = ">=3.7"
aiocache = "^0.11.1"
aiogram = "^2.6.1"
marshmallow = "^3.5.0"
Expand All @@ -29,7 +29,7 @@ sentry-sdk = "^0.14.2"
structlog = "^20.1.0"
structlog-sentry = "^1.2.1"
aiohttp = "^3.6.2"
ujson = "^1.35"
ujson = "^2.0.2"

[tool.poetry.dev-dependencies]
aioresponses = "^0.6.3"
Expand All @@ -42,19 +42,13 @@ flake8-debugger = "^3.2.1"
flake8-print = "^3.1.4"
flake8-quotes = "^2.1.1"
flake8-todo = "^0.7"
pep8-naming = "^0.9.1"
pep8-naming = "^0.10.0"
pydocstyle = "^5.0.2"
mypy = "^0.761"
coverage = "^5.0.3"
pytest = "^5.3.5"
mypy = "^0.770"
pytest = "^5.3"
pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2"
pytest-aiohttp = "^0.3.0"
pytest-timeout = "^1.3.4"

[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"

[tool.poetry.scripts]
bot = "tg_odesli_bot.bot:main"

0 comments on commit 974c123

Please sign in to comment.