Skip to content

Commit

Permalink
Merge pull request #131 from halprin/develop
Browse files Browse the repository at this point in the history
Merge Version 3.1.1
  • Loading branch information
halprin authored Oct 16, 2019
2 parents 88561db + 14e91da commit 2eba07e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements-deploy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pynamodb~=3.4.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest~=5.1.2
pynamodb~=3.4.1
boto3~=1.9.223
boto3~=1.9.221
9 changes: 7 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ package:
exclude:
- ./**
include:
- backend/**
- backend/api/**
- backend/__init__.py


functions:
Expand Down Expand Up @@ -189,5 +190,9 @@ resources:

custom:
pythonRequirements:
fileName: requirements-deploy.txt
noDeploy:
- pytest
- boto3
- botocore
- docutils
- jmespath

0 comments on commit 2eba07e

Please sign in to comment.