adding grand national dashboard

This commit is contained in:
2020-02-18 01:39:35 +00:00
parent 584d6bcc26
commit 3572973077
32 changed files with 28469 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[tool.poetry]
name = "grandnational-dashboard"
version = "0.1.0"
description = ""
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
[tool.poetry.dependencies]
python = "^3.7"
uvicorn = "^0.11.3"
fastapi = "^0.49.0"
requests = "^2.22"
jinja2 = "^2.11"
aiofiles = "^0.4.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"