Describe the bug
I wanted to switch to testcontainers to work around the testcontainers.kafka dependency on kafka-python (didn#t work out because of #351). Anyyway, I did the below steps and ended up without a testcontainers.core package installed.
To Reproduce
- Install testcontainers-postgres (with poetry, but I think this shouldn't matter)
- Install testcontainers
- Deinstall testcontainers-postgres (and testcontainers-core)
Try to import something from testcontainers.core -> It's missing now because it got deinstalled when deinstalling testcontainers-postgres (which also deinstalls testcontainers-core because testcontainers does not depend on it but has the files directly in it)