Skip to content

Commit

Permalink
update version library
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin authored and Admin committed Sep 17, 2024
1 parent e45a834 commit 45a590e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Overview
The python-django-api-template serves as the boilerplate for constructing a Django project. :goat: :goat: :goat:
## Requirements
- Python 3.12.10
- Django 4.2
- Python 3.12.6
- Django 5.1.1
- Django REST Framework

## Install and run locally from a virtual environment
Expand Down
31 changes: 15 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
asgiref==3.7.2
Django==4.2
django-filter==23.4
djangorestframework==3.14.0
djangorestframework-simplejwt==5.3.0
pytz==2023.3.post1
sqlparse==0.4.4
asgiref==3.8.1
Django==5.1.1
django-filter==24.3
djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1
pytz==2024.2
sqlparse==0.5.1
psycopg2-binary==2.9.9
python-dotenv==1.0.0
black==23.11.0
python-dotenv==1.0.1
black==24.8.0
drf-yasg==1.21.7
celery==5.3.6
django-celery-beat==2.5.0
celery==5.4.0
django-celery-beat==2.7.0
django-celery-results==2.5.1
flower==2.0.1
redis==5.0.1
setuptools==69.0.2
black==23.11.0
isort==5.12.0
flake8==6.1.0
redis==5.0.8
setuptools==75.1.0
isort==5.13.2
flake8==7.1.1
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r base.txt
pre-commit==3.5.0
django-debug-toolbar==4.2.0
pre-commit==3.8.0
django-debug-toolbar==4.4.6
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r base.txt
sentry-sdk==1.38.0
sentry-sdk==2.14.0
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt
coverage==7.3.2
factory_boy==3.3.0
Faker==21.0.0
coverage==7.6.1
factory_boy==3.3.1
Faker==28.4.1

0 comments on commit 45a590e

Please sign in to comment.