Commit 18594fc
committed
Use requirements .in instead of .txt in setuptools
Refactoring `load_reqs` allow us more flexibility in the
format of requirements we want to define and make usage of .in possible
instead of the .txt.
For example we can now define `protobuf>=5.28.2,<6`1 parent e58a899 commit 18594fc
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
21 | 19 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments