Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
knightebsuku committed Jan 7, 2025
1 parent e00b984 commit bb2689f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 4 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
django ~= 4.2
djangorestframework ~= 3.14
django_enumfield ~= 3.1
django-filter ~= 23.5
25 changes: 21 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
django ~= 4.2
djangorestframework ~= 3.14
django_enumfield ~= 3.1
django-filter ~= 23.5
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
asgiref==3.8.1
# via django
django==4.2.17
# via
# -r requirements.in
# django-filter
# djangorestframework
django-enumfield==3.1
# via -r requirements.in
django-filter==23.5
# via -r requirements.in
djangorestframework==3.15.2
# via -r requirements.in
sqlparse==0.5.3
# via django

0 comments on commit bb2689f

Please sign in to comment.