Skip to content

Commit

Permalink
Update wheel and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Aug 15, 2024
1 parent 07393da commit 539227c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ MANAGE ?= ./manage.py
REQUIREMENTS ?= requirements.txt
SYS_PYTHON ?= python3
PY_SENTINAL ?= $(VE)/sentinal
WHEEL_VERSION ?= 0.43.0
PIP_VERSION ?= 24.1.1
WHEEL_VERSION ?= 0.44.0
PIP_VERSION ?= 24.2
MAX_COMPLEXITY ?= 10
INTERFACE ?= localhost
RUNSERVER_PORT ?= 8000
Expand Down

0 comments on commit 539227c

Please sign in to comment.