Skip to content

Commit 2bd20c6

Browse files
#392: adding comment to explain why testcontainers-compose no longer depends on docker-compose
1 parent b1a1ea1 commit 2bd20c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
url="https://github.com/testcontainers/testcontainers-python",
1313
install_requires=[
1414
"testcontainers-core",
15+
# docker compose support has been removed to fix dependency issues in the build
1516
# "docker-compose",
1617
],
1718
python_requires=">=3.7",

0 commit comments

Comments
 (0)