# Core dependencies common to all Python interpreters

# Python packaging utilities
setuptools==20.4

# Package manager
pip==8.1.1

# 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.9.1

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