Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86d18ba

Browse filesBrowse files
committed
Added requirements.txt libraries
1 parent 7ae9eb9 commit 86d18ba
Copy full SHA for 86d18ba

File tree

Expand file treeCollapse file tree

2 files changed

+5
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-3
lines changed
Open diff view settings
Collapse file

‎app.py‎

Copy file name to clipboardExpand all lines: app.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
swagger = Swagger(app)
1010

1111
class UppercaseText(Resource):
12-
1312
def get(self):
1413
"""
1514
This method responds to the GET request for this endpoint and returns the data in uppercase.
@@ -39,7 +38,6 @@ def get(self):
3938
return jsonify({"text": text.upper()})
4039

4140
class Records(Resource):
42-
4341
def get(self):
4442
"""
4543
This method responds to the GET request for returning a number of books.
@@ -86,7 +84,6 @@ def get(self):
8684
return {"books": books}, 200
8785

8886
class AddRecord(Resource):
89-
9087
def post(self):
9188
"""
9289
This method responds to the POST request for adding a new record to the DB table.
Collapse file

‎requirements.txt‎

Copy file name to clipboard
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
flask
2+
flasgger
3+
flask_restful
4+
pyairtable
5+
gunicorn

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.