Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Dec 9, 2021
1 parent b1b4d12 commit e769d03
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@ cython_debug/

# Local History for Visual Studio Code
.history/
.DS_Store
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
DEBUG=strtobool(os.getenv("DEBUG", "true")),
ROOT_URLCONF=sys.modules[__name__],
SECRET_KEY=os.getenv("SECRET_KEY", "fake"),
ALLOWED_HOSTS=["*"],
)


Expand Down
Loading

0 comments on commit e769d03

Please sign in to comment.