# Core dependencies

# Python packaging utilities
setuptools==18.4
pip==7.1.2

# Indirect dependencies first, exact versions for consistency

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

# And now the direct dependencies

# The framework we're profiling
Django==1.8.5

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