From f6ca49c6044837506c59d39047cca98c5132d84f Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 7 Jun 2021 01:24:36 -0400 Subject: [PATCH] Helps to spell things right --- requirements.txt | 1 + requirments.txt | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 requirments.txt diff --git a/requirements.txt b/requirements.txt index 459b8dc..77e2451 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ asgiref==3.3.4 click==8.0.1 colorama==0.4.4 fastapi==0.65.1 +gunicorn==20.1.0 h11==0.12.0 httptools==0.2.0 pydantic==1.8.2 diff --git a/requirments.txt b/requirments.txt deleted file mode 100644 index 77e2451..0000000 --- a/requirments.txt +++ /dev/null @@ -1,15 +0,0 @@ -asgiref==3.3.4 -click==8.0.1 -colorama==0.4.4 -fastapi==0.65.1 -gunicorn==20.1.0 -h11==0.12.0 -httptools==0.2.0 -pydantic==1.8.2 -python-dotenv==0.17.1 -PyYAML==5.4.1 -starlette==0.14.2 -typing-extensions==3.10.0.0 -uvicorn==0.14.0 -watchgod==0.7 -websockets==9.1