Skip to content

Commit

Permalink
Add setup.py extras
Browse files Browse the repository at this point in the history
This will install requests-gssapi automatically when installing
'pepper[kerberos]'.
  • Loading branch information
simmel committed Nov 29, 2019
1 parent 6ccb0c8 commit 79604c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
'packages': [
'pepper',
],
'extras_require': {
'kerberos': ["requests-gssapi>=1.1.0"],
},
'scripts': [
'scripts/pepper',
]
Expand Down

0 comments on commit 79604c5

Please sign in to comment.