Skip to content

Commit fc70325

Browse files
authored
Merge branch 'master' into dependabot/pip/whitenoise-6.4.0
2 parents 5f57813 + 8054db7 commit fc70325

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/sanitycheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
working-directory: ./
5151
run: |
5252
python -m pip install --upgrade pip
53+
python -m pip install --upgrade setuptools
5354
pip install --user cookiecutter
5455
cp -r . /tmp/template
5556
cookiecutter /tmp/template -o /tmp/project --no-input

{{cookiecutter.project_slug}}/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Django==3.2.16
1+
Django>3.2
22
django-cors-headers==3.13.0
33
django-filter==22.1
44
djangorestframework==3.14.0
55
djangorestframework-simplejwt==4.8.0
66
djoser==2.1.0
7-
dj-database-url==1.0.0
7+
dj-database-url==1.2.0
88
drf-yasg==1.21.4
99
gunicorn==20.1.0
1010
psycopg2-binary==2.9.5

0 commit comments

Comments
 (0)