Skip to content

Commit

Permalink
Updated packages and GH integration
Browse files Browse the repository at this point in the history
  • Loading branch information
brystmar committed Aug 8, 2021
1 parent b966787 commit cafdbdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/recipe_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def put(self, recipe_id) -> json:
return {'message': 'Error', 'data': error_msg}, 500

def delete(self, recipe_id) -> json:
"""Delete the selected recipe."""
"""Delete the specified recipe."""
logger.debug(f"Request: {request}.")

# Retrieve the recipe from the database
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ py==1.10.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pynamodb==5.0.3
pynamodb==5.1.0
pyparsing==2.4.7
pyrsistent==0.17.3
pytest==6.2.3
Expand All @@ -89,7 +89,7 @@ tini==3.0.1
toml==0.10.2
tzlocal==2.1
uritemplate==3.0.1
urllib3==1.26.4
urllib3==1.26.6
visitor==0.1.3
wcwidth==0.2.5
websocket-client==0.58.0
Expand Down

0 comments on commit cafdbdd

Please sign in to comment.