Skip to content

Commit 589e316

Browse files
author
yashksaini-coder
committed
Update Dockerfile to use Python 3.11 and add new dependencies in requirements.txt
1 parent 0352349 commit 589e316

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-alpine
1+
FROM python:3.11-alpine
22

33
WORKDIR /usr/src/app
44

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ annotated-types==0.7.0
33
anyio==4.8.0
44
beautifulsoup4==4.13.3
55
blinker==1.9.0
6+
cachetools==5.5.2
67
certifi==2025.1.31
78
charset-normalizer==3.4.1
89
click==8.1.8
@@ -20,6 +21,8 @@ Flask==3.1.0
2021
frozendict==2.4.6
2122
gitdb==4.0.12
2223
GitPython==3.1.44
24+
google-auth==2.38.0
25+
google-genai==1.5.0
2326
groq==0.18.0
2427
h11==0.14.0
2528
html5lib==1.1
@@ -40,6 +43,8 @@ peewee==3.17.9
4043
pendulum==3.0.0
4144
platformdirs==4.3.6
4245
primp==0.12.1
46+
pyasn1==0.6.1
47+
pyasn1_modules==0.4.1
4348
pydantic==2.10.6
4449
pydantic-settings==2.7.1
4550
pydantic_core==2.27.2
@@ -53,6 +58,7 @@ redis==5.2.1
5358
requests==2.32.3
5459
rich==13.9.4
5560
rich-toolkit==0.13.2
61+
rsa==4.9
5662
shellingham==1.5.4
5763
six==1.17.0
5864
smmap==5.0.2

0 commit comments

Comments
 (0)