Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
brew 'pyenv' | |
# required for pyenv's python-build | |
brew 'openssl' | |
brew 'readline' | |
# required for yarn test -u | |
brew 'watchman' | |
# required to build some of sentry's dependencies | |
brew 'pkgconfig' | |
brew 'libxmlsec1' | |
brew 'geoip' | |
# direnv isn't defined here, because we have it configured to check for a bootstrapped environment. | |
# If it's installed in the early steps of the setup process, it just leads to confusion. | |
# brew 'direnv' | |
tap 'homebrew/cask' | |
# required for acceptance testing | |
cask 'chromedriver' | |
# required to run devservices | |
cask 'docker' |