Skip to content

Commit e2ea933

Browse files
authored
Merge pull request #98 from ImogenBits/docker_pr
Switch to official docker build
2 parents 7f3be5f + 38da421 commit e2ea933

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ classifiers = [
1515
"Typing :: Typed",
1616
]
1717
dependencies = [
18-
# we need to use a fixed version of the docker lib for windows
19-
"docker @ git+https://github.com/ImogenBits/docker-py.git@windows_timeouts",
20-
21-
# on windows, we need to manually install curses bindings
22-
"windows-curses; os_name == 'nt'",
23-
18+
"docker",
2419
"prettytable",
2520
"pydantic < 2",
2621
"anyio",
22+
23+
# on windows, we need to manually install curses bindings
24+
"windows-curses; os_name == 'nt'",
2725
]
2826

2927
[project.scripts]

0 commit comments

Comments
 (0)