Add docker-py stubs (#11749)

This commit is contained in:
kasium
2024-04-12 15:30:36 +02:00
committed by GitHub
parent a7e13002d4
commit bc8fc36739
69 changed files with 1935 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
version = "7.0.*"
upstream_repository = "https://github.com/docker/docker-py"
requires = ["types-requests", "urllib3>=2"]