From 4d0c1640df22650e215cc750e29e79fe95a1eaef Mon Sep 17 00:00:00 2001 From: Daniel Carrion Date: Thu, 12 Oct 2023 11:56:24 +1100 Subject: [PATCH] clean up README and requirements --- README.md | 2 +- requirements.txt | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9252f7d..a8229fc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The image is based on the `python:3.11-slim-bookworm` image and incorperates the ## How to get started -1. Install python 3.10 or greater +1. Install python 3.11 2. Create a virtual environment `python3 -m venv .venv` 3. Install requirements diff --git a/requirements.txt b/requirements.txt index 17226f2..ec16b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,31 +1,31 @@ -annotated-types==0.5.0 +annotated-types==0.6.0 anyio==3.7.1 cachetools==5.3.1 certifi==2023.7.22 -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 click==8.1.7 -exceptiongroup==1.1.3 -fastapi==0.103.1 -google-auth==2.23.0 +fastapi==0.103.2 +google-auth==2.23.3 h11==0.14.0 idna==3.4 -kubernetes==27.2.0 +kubernetes==28.1.0 oauthlib==3.2.2 pyasn1==0.5.0 pyasn1-modules==0.3.0 -pydantic==2.3.0 -pydantic_core==2.6.3 +pydantic==2.4.2 +pydantic_core==2.10.1 python-dateutil==2.8.2 python-dotenv==1.0.0 +pytz==2023.3.post1 PyYAML==6.0.1 requests==2.31.0 requests-oauthlib==1.3.1 rsa==4.9 -schedule==1.2.0 +schedule==1.2.1 six==1.16.0 sniffio==1.3.0 starlette==0.27.0 -typing_extensions==4.7.1 -urllib3==1.26.16 +typing_extensions==4.8.0 +urllib3==1.26.17 uvicorn==0.23.2 -websocket-client==1.6.3 +websocket-client==1.6.4