pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
375 stars 112 forks source link

Bump pynacl version #185

Closed ddhanak closed 2 years ago

ddhanak commented 2 years ago

Hi,

We are currently building multi-architecture images of our internal project and we are using this library which has a dependency on pynacl.

The current version of PyNaCl is set to 1.3.0. We were wondering if it was possible to bump this version to 1.5.0 which supports ARM64 (macOS).

Thanks!

benjamin-tang-pusher commented 2 years ago

Hi,

If you install this with Pip, it should use the setup.py and not the requirements.txt to resolve its dependencies, and your project should end up with PyNaCl==1.5.0 . Are you installing with pip install pusher ?

I've tried touching the requirements.txt in the past and its quite outdated. For now I'm using pip install . if I'm working on the library itself.

benjamin-tang-pusher commented 2 years ago

Please reopen if this is still an issue for you, I'm going to close this.