Created
December 3, 2020 22:19
-
-
Save lelit/50410bec3e31bd98af8a1109fed2d673 to your computer and use it in GitHub Desktop.
Minimal recipe to reproduce pip issue #9215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
celery[redis] | |
pgcli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment