When running vagrant up on the master branch, I got two errors. The first is an error that the libgit2 version installed doesn't support the latest version of pygit2. The other is that celery cannot be imported.
This PR fixes the first issue. The second issue is being worked on in a separate PR.
When running
vagrant upon the master branch, I got two errors. The first is an error that the libgit2 version installed doesn't support the latest version of pygit2. The other is that celery cannot be imported.This PR fixes the first issue. The second issue is being worked on in a separate PR.