Skip to content

Commit

Permalink
Merge pull request afewmail#164 from EricIO/master
Browse files Browse the repository at this point in the history
Remove subprocess32 dependency per issue 64
  • Loading branch information
GuillaumeSeren authored Oct 10, 2017
2 parents f1f5dfc + 7b3e603 commit 87313c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def get_requires():
if os.environ.get('TRAVIS') != 'true':
yield 'notmuch'
yield 'chardet'
if version_info < (3, 0):
yield 'subprocess32'

setup(
name='afew',
Expand Down

0 comments on commit 87313c9

Please sign in to comment.