Skip to content

Commit

Permalink
clean up README and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carrion committed Oct 12, 2023
1 parent 8c224a3 commit 4d0c164
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4d0c164

Please sign in to comment.