From e8fac342240788edf3fdd5c4ba64d6fb242d0c33 Mon Sep 17 00:00:00 2001 From: Andrew Janco Date: Sat, 16 May 2020 15:40:39 -0400 Subject: [PATCH] Create requirements.txt --- requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..93aea62 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +aiofiles==0.5.0 +beautifulsoup4==4.9.0 +certifi==2020.4.5.1 +click==7.1.1 +coolname==1.1.0 +fastapi==0.54.1 +h11==0.9.0 +httptools==0.1.1 +Jinja2==2.11.2 +MarkupSafe==1.1.1 +pydantic==1.5.1 +python-slugify==4.0.0 +PyYAML==5.3.1 +soupsieve==2.0 +starlette==0.13.2 +text-unidecode==1.3 +Unidecode==1.1.1 +uvicorn==0.11.3 +uvloop==0.14.0 +websockets==8.1