# We use compatible release functionality (see PEP 440 here: https://www.python.org/dev/peps/pep-0440/#compatible-release)
# to specify acceptable version ranges of our project dependencies. This gives us the flexibility to keep up with small
# updates/fixes, whilst ensuring we don't install a major update which could introduce backwards incompatible changes.

# testing requirements
# pytest>=5.3.2,<6.0.0

# packaging
# setuptools>=41.4.0,<42.0.0
# wheel>=0.33.6,<0.34.0
