# Core dependencies

# Python packaging utilities
setuptools==18.0.1
pip==7.1.0

# Indirect dependencies first, exact versions for consistency

# mock
funcsigs==0.4; python_version < '3.3'
pbr==1.3.0; python_version < '3.3'

# And now the direct dependencies

# The framework we're profiling
Django==1.8.3

# Used to override pstats function path stripping behavior
mock==1.1.4; python_version < '3.3'
