From b2bb34250b8634ca66b2133f4bc215b1ceb529e9 Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 10:56:17 +0200 Subject: [PATCH] added production environment requirements --- req-prod.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 req-prod.txt diff --git a/req-prod.txt b/req-prod.txt new file mode 100644 index 0000000..f8ee2a5 --- /dev/null +++ b/req-prod.txt @@ -0,0 +1,3 @@ +uvicorn==0.22.0 +fastapi==0.99.1 +GitPython==3.1.31 \ No newline at end of file