Browse Source
Add missing test requirements section to setup.py
pull/1327/head
Ross McFarland
2 months ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
0 deletions
-
setup.py
|
|
|
@ -78,6 +78,7 @@ setup( |
|
|
|
'sphinx-copybutton>=0.5.2', |
|
|
|
'sphinx_rtd_theme', |
|
|
|
), |
|
|
|
'test': tests_require, |
|
|
|
}, |
|
|
|
install_requires=( |
|
|
|
'PyYaml>=4.2b1', |
|
|
|
|