updating initial layout

This commit is contained in:
2020-01-27 03:48:57 +00:00
parent c776b86b27
commit 5a72c9cb3e
205 changed files with 68269 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "andrew-portfolio"
version = "0.1.0"
description = ""
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
[tool.poetry.dependencies]
python = "^3.8"
flask = "^1.1"
zappa = "^0.48.2"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"