We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e747bc9 commit b7b2247Copy full SHA for b7b2247
1 file changed
pyproject.toml
@@ -19,8 +19,6 @@ sources = ["src/testbed"]
19
test_sources = ["tests"]
20
21
requires = [
22
- # Provide a source of binary wheels that aren't provided on PyPI.
23
- "--find-links", "./wheels",
24
"cryptography",
25
"lru_dict",
26
"pillow",
@@ -34,6 +32,8 @@ test_requires = [
34
32
35
33
[tool.briefcase.app.testbed.macOS]
36
+ # Provide a source of binary wheels that aren't provided on PyPI.
+ "--find-links", "./wheels",
37
"rubicon-objc",
38
"std-nslog",
39
]
0 commit comments