Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
attrs version minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Jul 23, 2018
1 parent 46e065d commit 878fc32
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 @@ -4,7 +4,7 @@
LONG_DESCRIPTION = pathlib.Path('README.rst').read_text('utf-8')

requires = {
'install': [],
'install': ['attrs>=17.4.0'],
'setup': ['pytest-runner'],
'tests': ['flake8', 'pytest>=3.3.0', 'coverage', 'pytest-coverage', 'pytest-asyncio', 'asynctest'],
'full': set(),
Expand Down

0 comments on commit 878fc32

Please sign in to comment.