Przeglądaj źródła

Add setup.py extras

This will install requests-gssapi automatically when installing
'pepper[kerberos]'.
Simon Lundström 5 lat temu
rodzic
commit
79604c5dcb
1 zmienionych plików z 3 dodań i 0 usunięć
  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',
     ]