From 5c21aa767f2ae19142948b2438aaf516e468332b Mon Sep 17 00:00:00 2001 From: brb Date: Thu, 6 Jul 2023 13:27:32 +0200 Subject: [PATCH] installed packages --- req-dev.txt | 1 + req-prod.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/req-dev.txt b/req-dev.txt index 2157dde..e0eb109 100644 --- a/req-dev.txt +++ b/req-dev.txt @@ -37,6 +37,7 @@ pydantic==1.10.11 Pygments==2.15.1 python-dateutil==2.8.2 python-dotenv==1.0.0 +PyYAML==6.0 pyzmq==25.1.0 six==1.16.0 smmap==5.0.0 diff --git a/req-prod.txt b/req-prod.txt index 10a6e05..993d045 100644 --- a/req-prod.txt +++ b/req-prod.txt @@ -1,4 +1,5 @@ uvicorn==0.16.0 fastapi==0.99.1 GitPython==3.1.31 -python-dotenv==1.0.0 \ No newline at end of file +python-dotenv==1.0.0 +PyYAML==6.0 \ No newline at end of file