Skip to content

Commit a2a6151

Browse files
committed
Add a fallback wheel source for packages that PyPI doesn't provide.
1 parent 513c1f0 commit a2a6151

8 files changed

Lines changed: 2 additions & 0 deletions

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ sources = ["src/testbed"]
1919
test_sources = ["tests"]
2020

2121
requires = [
22+
# Provide a source of binary wheels that aren't provided on PyPI.
23+
"--find-links", "./wheels",
2224
"cryptography",
2325
"lru_dict",
2426
"pillow",

wheels/.DS_Store

6 KB
Binary file not shown.
250 KB
Binary file not shown.
16.3 KB
Binary file not shown.
16.4 KB
Binary file not shown.
15.5 KB
Binary file not shown.
16.1 KB
Binary file not shown.
16.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)