fermi-ad / acsys-python

Python module to access the Fermilab Control System
MIT License
8 stars 4 forks source link

fix: :heavy_minus_sign: Remove `gssapi` as a required dependency. #55

Closed beauremus closed 1 year ago

beauremus commented 1 year ago

gssapi is commonly problematic when installing because it's system specific yet most users don't want to make settings. In this PR, I move gssapi into its own named install using setup.py. See https://peps.python.org/pep-0508/#extras for reference.