Skip to content

Commit

Permalink
Update setup.py with additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 30, 2024
1 parent e1bdaea commit 648c28b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def read_requirements():

install_requires=deps_core,
extras_require={
'advanced': deps_advanced,
'all': list(deps_all_dict.values()),
'all_latest': list(deps_all_latest.values()),
'core': deps_core,
},
)

0 comments on commit 648c28b

Please sign in to comment.