Skip to content

Commit

Permalink
Added PySocks extra requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JarryShaw committed Jan 25, 2020
1 parent d2eecd3 commit 5a008ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@

classifiers = proj_info['classifiers'],

entry_points = {'console_scripts': proj_info['console_scripts']}
entry_points = {'console_scripts': proj_info['console_scripts']},

extras_require={
'socks': ['PySocks'],
}
)

0 comments on commit 5a008ad

Please sign in to comment.