I am trying to install requests-kerberos on an air-gapped network (pip doesn't work, no internet).
is there some way in which I can get all the dependencies for it and all of the dependencies for the dependencies in one "set" so I can move it to the air-gapped network. for example it has cryptography as a dependency and cryptography has setuptools_rust and more and more and the list doesn't end.
any ideas?