Skip to content

Commit

Permalink
added setuputils in reuirements
Browse files Browse the repository at this point in the history
apparently newer python images don't ship with setuputils pre-installed
see moby/moby#4722
  • Loading branch information
Loki-Afro committed Sep 9, 2024
1 parent 13e8767 commit cb9adb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ aiohttp==3.9.3
PyYAML==6.0.1
pika==1.3.2
aio_pika==9.3.1
environs==9.5.0
environs==9.5.0
setuptools==74.1.2

0 comments on commit cb9adb4

Please sign in to comment.