updating layout of gn-20 dashboard

This commit is contained in:
dtomlinson
2020-02-20 10:24:14 +00:00
parent e6cc4e59f7
commit 993fe6bfb6
29 changed files with 772 additions and 27933 deletions

View File

@@ -5,7 +5,7 @@ description = ""
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
uvicorn = "^0.11.3"
fastapi = "^0.49.0"
requests = "^2.22"
@@ -14,6 +14,16 @@ aiofiles = "^0.4.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
python-language-server = "^0.31.8"
Rope = "^0.16.0"
Pyflakes = "^2.1.1"
McCabe = "^0.6.1"
pycodestyle = "^2.5.0"
pydocstyle = "^5.0.2"
autopep8 = "^1.5"
YAPF = "^0.29.0"
pudb = "^2019.2"
pyls-black = "^0.4.4"
[build-system]
requires = ["poetry>=0.12"]