# Install self before invocations to save a bit of time
-e .
# Invocations, for all sorts of things
invocations>=3.0.1
# Coverage!
coverage>=6.2,<7
codecov==2.1.12
# Docs
releases>=2
alabaster==0.7.12
# Testing
pytest-relaxed>=2
pytest-cov>=4
# Formatting
# Flake8 5.x seems to have an odd importlib-metadata incompatibility?
flake8>=4,<5
black>=22.8,<22.9
# Packaging
setuptools>56
# Debuggery
icecream>=2.1
