Skip to content

Commit

Permalink
fix setuptools dependency
Browse files Browse the repository at this point in the history
We had managed to get into a state where our lockfile had 2 different versions of setuptools in it
- https://github.com/DemocracyClub/ec-api-proxy/blob/fb5b26543aec4a361170acd75091697a6d0f9853/Pipfile.lock#L474-L482
- https://github.com/DemocracyClub/ec-api-proxy/blob/fb5b26543aec4a361170acd75091697a6d0f9853/Pipfile.lock#L1109-L1116
Unsurprisingly, this was causing problems.

This commit pins both versions of setuptools
(in main and dev packages) to the same version.
  • Loading branch information
chris48s committed Sep 18, 2024
1 parent fb5b265 commit 4749304
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4749304

Please sign in to comment.