# Core dependencies common to all Python interpreters

# Python packaging utilities
setuptools==17.0

# Package manager
pip==7.0.3

# And now the direct dependencies

# The Django version is set by tox and by git-hooks/post-merge, because we
# test multiple versions of it

# HTTP library for calls to Sauce REST API for reporting test results
requests==2.7.0

# Python's Selenium driver (for browser automation)
selenium==2.46.0
