Skip to content

Commit

Permalink
fixes dependencies for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 1, 2024
1 parent 37b41d4 commit cdcc4fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
"Fastapi",
"uvicorn==0.18.2",
"python-dotenv==0.19.2",
"pyotp==2.9.0",
]
),
"flask": (
[
"flask_cors",
"Flask",
"python-dotenv==0.19.2",
"pyotp==2.9.0",
]
),
"django": (
Expand All @@ -35,6 +37,7 @@
"django-stubs==1.9.0",
"uvicorn==0.18.2",
"python-dotenv==0.19.2",
"pyotp==2.9.0",
]
),
"django2x": (
Expand All @@ -44,6 +47,7 @@
"django-stubs==1.9.0",
"gunicorn==20.1.0",
"python-dotenv==0.19.2",
"pyotp==2.9.0",
]
),
"drf": (
Expand All @@ -57,6 +61,7 @@
"uvicorn==0.18.2",
"python-dotenv==0.19.2",
"tzdata==2021.5",
"pyotp==2.9.0",
]
),
}
Expand Down

0 comments on commit cdcc4fc

Please sign in to comment.