Skip to content

Commit

Permalink
build: Add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 13, 2023
1 parent 5fa7638 commit 7131969
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,15 @@
install_requires=[
'six>=1.6.1',
'agate>=1.5.0'
]
],
extras_require={
'test': [
'pytest',
'pytest-cov',
],
'docs': [
'Sphinx>=1.2.2',
'sphinx_rtd_theme>=0.1.6',
],
}
)

0 comments on commit 7131969

Please sign in to comment.