Added some more dependencies, getting data needed.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-20 16:56:35 -04:00
parent 6ecc9ec855
commit e369ec91ec
3 changed files with 164 additions and 4 deletions

View File

@@ -15,6 +15,9 @@ aioreactive = "^0.15.0"
appdirs = "^1.4.4"
PyYAML = "^5.4.1"
marshmallow-dataclass = "^8.4.1"
gino = "^1.0.1"
asyncpg = "^0.23.0"
uvloop = "^0.15.2"
[tool.poetry.dev-dependencies]
wheel = "^0.36.2"