Commit 38242b3
Fix setup.py to read dependencies from requirements.in instead of requirements.txt
The previous implementation incorrectly parsed pip-compile generated
requirements.txt which included comment lines. This fix properly reads
from the source requirements.in file and filters out comments and empty
lines, ensuring only pycasbin (not casbin) is used as a dependency.
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>1 parent 6954ac7 commit 38242b3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments