Removed async code

This commit is contained in:
Felipe M 2020-10-28 11:19:30 +01:00 committed by Felipe Martin Garcia
parent 62fb0ec8d4
commit 6d3ad14298
12 changed files with 296 additions and 487 deletions

View file

@ -13,11 +13,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
quart = "^0.11.3"
aiohttp = "^3.6.2"
structlog = "^20.1.0"
colorama = "^0.4.3"
dice = "^3.1.0"
flask = "^1.1.2"
requests = "^2.24.0"
[tool.poetry.dev-dependencies]
black = "^19.10b0"