We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f57813 + 8054db7 commit fc70325Copy full SHA for fc70325
.github/workflows/sanitycheck.yml
@@ -50,6 +50,7 @@ jobs:
50
working-directory: ./
51
run: |
52
python -m pip install --upgrade pip
53
+ python -m pip install --upgrade setuptools
54
pip install --user cookiecutter
55
cp -r . /tmp/template
56
cookiecutter /tmp/template -o /tmp/project --no-input
{{cookiecutter.project_slug}}/requirements.txt
@@ -1,10 +1,10 @@
1
-Django==3.2.16
+Django>3.2
2
django-cors-headers==3.13.0
3
django-filter==22.1
4
djangorestframework==3.14.0
5
djangorestframework-simplejwt==4.8.0
6
djoser==2.1.0
7
-dj-database-url==1.0.0
+dj-database-url==1.2.0
8
drf-yasg==1.21.4
9
gunicorn==20.1.0
10
psycopg2-binary==2.9.5
0 commit comments