Commit cb73481
committed
setup.py: Declare development and test dependencies properly
There is no 'test_requires' argument to setuptools.setup(). Instead,
pass extras_require with appropriate keys for the other kinds of
dependencies.
Add the development dependencies outlined in README.md.
All dependencies can now be installed with:
pip install -e .[dev,test]1 parent a2be52a commit cb73481
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
0 commit comments