Commit 0e54060
committed
Tell pip-compile not to include backports.asyncio.runner
The package backports.asyncio.runner is a transitive dependency that
should only be installed for Python < 3.11. It doesn't need to be in the
requirements files we produce, and conversely, letting `pip-compile`
include it leads to installation failures with some Python versions. We
can tell `pip-compile` to omit it and this solves the problem.1 parent 8d22843 commit 0e54060
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
0 commit comments