Skip to content

Commit

Permalink
Integrated requirements into poetry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jefford-qwigo committed Sep 2, 2020
1 parent c639513 commit b4e187f
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 0 deletions.
179 changes: 179 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[tool.poetry]
name = "sammy"
version = "0.1.0"
description = "Python library for generating AWS SAM (Serverless Application Model) templates with validation."
authors = ["Brian Jinwright"]

[tool.poetry.dependencies]
python = "^3.7"
boto3 = ">=1.9.93"
PyYAML = ">=3.12"
valley = ">=1.5.2"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]

0 comments on commit b4e187f

Please sign in to comment.