Skip to content

Commit

Permalink
Defined dev optional installation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Nov 6, 2024
1 parent da0781b commit 07c6f5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@
],
extras_require={
'dev': [
'pytest>=6.0',
'sphinx>=3.0',
'pytest',
'sphinx',
'furo',
'sphinx-inline-tabs',
'sphinx-copybutton'
],
'mongodb': ['pymongo'],
'elasticsearch': ['elasticsearch'],
Expand Down

0 comments on commit 07c6f5c

Please sign in to comment.