Commit 263dd79
committed
refactor(deps): remove requirements.txt
install_requires from setup.cfg counts as the dependencies end users
install anyway, so we don't want to pin the runtime dependencies that
tightly in tests. Better let them fail in tests if they fail for a
reason for some dep version.
Refs https://packaging.python.org/discussions/install-requires-vs-requirements/1 parent 4142f1e commit 263dd79
2 files changed
Lines changed: 2 additions & 8 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
0 commit comments