소스 검색

Add setup.py extras

This will install requests-gssapi automatically when installing
'pepper[kerberos]'.
Simon Lundström 5 년 전
부모
커밋
79604c5dcb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -38,6 +38,9 @@ setup_kwargs = {
     'packages': [
         'pepper',
     ],
+    'extras_require': {
+        'kerberos': ["requests-gssapi>=1.1.0"],
+    },
     'scripts': [
         'scripts/pepper',
     ]