Commit 6dc0193
committed
Use tests_require instead of install_requires
Previously some dependencies for unit testing were mixed
with other dependencies in install_requires option.
Distribute (was setuptools) provides tests_require option
to describe dependencies only for testing, so we'd better
to utilize it. More over it doesn't require administrator
permission even if you aren't using virtualenv --- it simply
unpacks dependencies on working directory instead.1 parent a0b2c1d commit 6dc0193
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments