Skip to content

Instantly share code, notes, and snippets.

@lelit
Created December 3, 2020 22:19
Show Gist options
  • Save lelit/50410bec3e31bd98af8a1109fed2d673 to your computer and use it in GitHub Desktop.
Save lelit/50410bec3e31bd98af8a1109fed2d673 to your computer and use it in GitHub Desktop.
Minimal recipe to reproduce pip issue #9215
celery==4.4.7
redis==3.5.3
pgcli==3.0.0
# NB: the following is an incompatible dependency, as pgcli wants sqlparse<0.4
# Commenting it out, everything works as expected
sqlparse==0.4.1
celery[redis]
pgcli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment