Commit b8414e1
committed
setup.py: Move 'nose' to tests_require
Moves 'nose' from ``install_requires`` field to
``tests_require`` field of config object as 'nose'
is not required for installation of the package
but only for running the tests.
Fixes https://gitlab.com/balasankarc/gemfileparser/issues/11 parent 251c346 commit b8414e1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments