Skip to content

Commit

Permalink
set oauthlib ref, devcontainer is a side effect
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Feb 9, 2025
1 parent a034a55 commit 995d5b5
Show file tree
Hide file tree
Showing 4 changed files with 1,327 additions and 1,125 deletions.
3 changes: 3 additions & 0 deletions backend/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ubuntu:22.04
ARG IMAGE_NAME=pennlabs/clubs-devcontainer
RUN apt-get update && apt-get install -y wget curl gcc python3-dev libpq-dev
27 changes: 27 additions & 0 deletions backend/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Penn Clubs",
"build": { "dockerfile": "Dockerfile" },
"containerUser": "otis",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11"
},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true,
"username": "otis"
},
"git-lfs": "latest",
"terraform": {
"version": "latest",
"tflint": "latest",
"terragrunt": "latest"
}
},
"customizations": {
"vscode": {
"extensions": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
}
}
1 change: 1 addition & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ uritemplate = "*"
shortener = "*"
django-runtime-options = "*"
jwcrypto = "*"
oauthlib = {git = "https://github.com/oauthlib/oauthlib.git", ref = "f9a07c6"}
django-phonenumber-field = {extras = ["phonenumbers"],version = "*"}
django-email-tools = "*"
twilio = "*"
Expand Down
Loading

0 comments on commit 995d5b5

Please sign in to comment.