Skip to content

Commit

Permalink
undo additional extra
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Dec 16, 2019
1 parent e9116fd commit dc02ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def extras_requires(conda_format=False):
extras = {
extra: read_requirements('etc/requirements_{0}.in'.format(extra),
conda_format=conda_format)
for extra in ('dev', 'talib', 'docs')
for extra in ('dev', 'talib')
}
extras['all'] = [req for reqs in extras.values() for req in reqs]

Expand Down

0 comments on commit dc02ee2

Please sign in to comment.