From 0dfbda8d327afcdf5ce2c088ac996d5f726cc650 Mon Sep 17 00:00:00 2001 From: HeshamTB Date: Thu, 3 Mar 2022 14:45:09 +0300 Subject: [PATCH] python requirments Signed-off-by: HeshamTB --- reqs.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 reqs.txt diff --git a/reqs.txt b/reqs.txt new file mode 100644 index 0000000..519278a --- /dev/null +++ b/reqs.txt @@ -0,0 +1,19 @@ +anyio==3.5.0 +asgiref==3.5.0 +click==8.0.4 +fastapi==0.74.1 +greenlet==1.1.2 +h11==0.13.0 +httptools==0.3.0 +idna==3.3 +pydantic==1.9.0 +python-dotenv==0.19.2 +PyYAML==6.0 +sniffio==1.2.0 +SQLAlchemy==1.4.31 +starlette==0.17.1 +typing_extensions==4.1.1 +uvicorn==0.17.5 +uvloop==0.16.0 +watchgod==0.7 +websockets==10.2