Skip to content

Commit

Permalink
Merge pull request #2 from jaynagpaul/master
Browse files Browse the repository at this point in the history
Move Optional Requirements to extras_require
  • Loading branch information
fp12 committed Jun 1, 2017
2 parents e183d30 + f20ef57 commit c8c17d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
cchardet
aiodns
aiohttp
aiohttp
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@
'Topic :: Utilities',
],
keywords=['challonge', 'tournament', 'match'],
extras_require = {
'speed': ['cchardet', 'aiodns']
}
)

0 comments on commit c8c17d1

Please sign in to comment.