Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'error: sodium.h: No such file or directory' while installing pynacl
This removes -e (`pip install --editable`) from the pynacl line in requirements.txt, and uses git+https:// because pip will break if the URI isn't in the format `vcs+protocol://...` This may be related to the following pynacl issue: pyca/pynacl#79
- Loading branch information