diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-12 21:41:05 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-12 21:41:05 +0530 |
commit | dce892631470c8c61d6e3606d3c082809cceafed (patch) | |
tree | 07b6f15473948b1b4b125890403f630e6a3e307e | |
parent | 24f7dd79a66769b7a72970f17aee8f2afac580de (diff) |
owo forgot to install uvicorn
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1f17149..773a1e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ tabulate untangle mysql_connector mysql +uvicorn |