Browse Source

Add missing test requirements section to setup.py

pull/1327/head
Ross McFarland 2 months ago
parent
commit
d0f961f686
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py View File

@ -78,6 +78,7 @@ setup(
'sphinx-copybutton>=0.5.2',
'sphinx_rtd_theme',
),
'test': tests_require,
},
install_requires=(
'PyYaml>=4.2b1',


Loading…
Cancel
Save