Skip to content

Commit

Permalink
Add setuptools Python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Sep 8, 2024
1 parent 0fe9321 commit ea3ce5c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- `setuptools` Python dependency since Docker recently removed this from the official Python image

### Changed

#### Languages and services
Expand Down
3 changes: 2 additions & 1 deletion requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ mccabe==0.7.0
mypy-extensions==1.0.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.2.2
platformdirs==4.3.2
prompt_toolkit==3.0.47
psycopg==3.2.1
pycodestyle==2.12.1
pyflakes==3.2.0
python-dateutil==2.9.0.post0
redis==5.0.8
setuptools==74.1.2
six==1.16.0
sqlparse==0.5.1
typing_extensions==4.12.2
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ celery==5.4.0
flake8==7.1.1
isort==5.13.2
black==24.8.0

setuptools==74.1.2

0 comments on commit ea3ce5c

Please sign in to comment.