aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 22:42:58 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 22:42:58 +0530
commit0fd08dc812df17838611ff67be6903b4a5f22511 (patch)
tree796894175234aa6d5c630ef90a9e478f75df0279
parent3eb9c42fb7f5e44245e1f37748ba5754620b4d48 (diff)
updated
-rw-r--r--Pipfile1
-rw-r--r--Pipfile.lock51
-rw-r--r--Procfile2
3 files changed, 43 insertions, 11 deletions
diff --git a/Pipfile b/Pipfile
index 8b0258c..1f6eb9f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,6 +19,7 @@ authlib = "*"
fastapi = "*"
uvicorn = "*"
gunicorn = "*"
+requests = "*"
[requires]
python_version = "3.8"
diff --git a/Pipfile.lock b/Pipfile.lock
index 01cc453..0c22e58 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "368a345baf1acb42f59150958b1966ed2fda0070347852c7c3cc63587bc2db2b"
+ "sha256": "f75a24505abeb6a92a9a81b2c2eb0948c45c0da9775040f731ed12e19c5783ec"
},
"pipfile-spec": 6,
"requires": {
@@ -45,6 +45,13 @@
"markers": "python_version >= '3.6'",
"version": "==3.2.0"
},
+ "certifi": {
+ "hashes": [
+ "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee",
+ "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8"
+ ],
+ "version": "==2021.5.30"
+ },
"cffi": {
"hashes": [
"sha256:005a36f41773e148deac64b08f233873a4d0c18b053d37da83f6af4d9087b813",
@@ -99,6 +106,14 @@
],
"version": "==1.14.5"
},
+ "chardet": {
+ "hashes": [
+ "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa",
+ "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"
+ ],
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
+ "version": "==4.0.0"
+ },
"click": {
"hashes": [
"sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a",
@@ -268,11 +283,11 @@
},
"idna": {
"hashes": [
- "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a",
- "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3"
+ "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6",
+ "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"
],
- "markers": "python_version >= '3.5'",
- "version": "==3.2"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+ "version": "==2.10"
},
"itsdangerous": {
"hashes": [
@@ -366,6 +381,14 @@
"markers": "python_full_version >= '3.6.1'",
"version": "==1.8.2"
},
+ "requests": {
+ "hashes": [
+ "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804",
+ "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"
+ ],
+ "index": "pypi",
+ "version": "==2.25.1"
+ },
"six": {
"hashes": [
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
@@ -426,6 +449,14 @@
],
"version": "==3.10.0.0"
},
+ "urllib3": {
+ "hashes": [
+ "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c",
+ "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098"
+ ],
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
+ "version": "==1.26.5"
+ },
"uvicorn": {
"hashes": [
"sha256:2a76bb359171a504b3d1c853409af3adbfa5cef374a4a59e5881945a97a93eae",
@@ -537,11 +568,11 @@
},
"idna": {
"hashes": [
- "sha256:14475042e284991034cb48e06f6851428fb14c4dc953acd9be9a5e95c7b6dd7a",
- "sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3"
+ "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6",
+ "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"
],
- "markers": "python_version >= '3.5'",
- "version": "==3.2"
+ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
+ "version": "==2.10"
},
"iniconfig": {
"hashes": [
@@ -611,7 +642,7 @@
"sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804",
"sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"
],
- "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
+ "index": "pypi",
"version": "==2.25.1"
},
"toml": {
diff --git a/Procfile b/Procfile
index c3242af..2d53c4b 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: flask database create && flask database admin-create && gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"
+web: FLASK_APP=app python -m flask database create && FLASK_APP=app python -m flask database admin-create && gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"