web-push-libs / pywebpush

Python Webpush Data encryption library
Mozilla Public License 2.0
314 stars 53 forks source link

cryptography dependency #105

Closed kukosk closed 5 years ago

kukosk commented 5 years ago

Hey there,

I was updating pywebpush on my webserver today, and got into problems with the cryptography package. pip install -U didn't update it to the latest version, because it isn't required by the requirements.txt, although the code uses functionality introduced in 2.6 (serialization.Encoding.X962).

I think you should consider bumping up the version of cryptography in the requirements to 2.6.1.

jrconlin commented 5 years ago

wfm.

It's been a while since I set the baseline for requirements anyway.

Thanks!

jrconlin commented 5 years ago

pushed 1.9.1 https://pypi.org/project/pywebpush/

kukosk commented 5 years ago

Wow, that was quick, thank you 👍