Skip to content

Commit

Permalink
Revert "Avoid using toml as extra (#472)" (#477)
Browse files Browse the repository at this point in the history
This reverts commit 34edfa1.
  • Loading branch information
graingert committed Jul 19, 2021
1 parent d5d0684 commit 2b6660e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -124,8 +124,7 @@ def run(self):
],
install_requires=[
'pytest>=4.6',
'coverage>=5.2.1',
'toml'
'coverage[toml]>=5.2.1'
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
extras_require={
Expand Down

0 comments on commit 2b6660e

Please sign in to comment.