hynek / pem

PEM file parsing in Python.
https://pem.readthedocs.io/
MIT License
159 stars 37 forks source link

setup.py should have an `install_requires` #15

Closed nickcatal closed 9 years ago

nickcatal commented 9 years ago

@hynek

You import the twisted library in twisted.py but Twisted is not in setup.py

Can you please add Twisted to install_requires in setup.py?

Thanks!

hynek commented 9 years ago

The idea behind pem is that it shouldn’t be usable only with Twisted – it’s just that currently most helpers are Twisted-specific. That’s why the Twisted APIs moved into a separate module. I could offer an optional dependency but that would only contain twisted too…