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