diff options
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 0000000..43d01e0 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,24 @@ +# Invocations for common project tasks +invoke>=2.0 +invocations>=3.2 +# Testing! +pytest-relaxed>=2 +# pytest-xdist for test dir watching and the inv guard task +pytest-xdist>=3 +# Linting! +flake8>=4,<5 +# Formatting! +black>=22.8,<22.9 +# Spelling! +# TODO Python 3.7: newer codespell has upgraded lists +codespell>=2.2.1,<2.3 +# Coverage! +coverage>=6.2,<7 +# Documentation tools +alabaster==0.7.13 +releases>=2.1 +watchdog<2 +# Debuggery +icecream>=2.1 +# Self (sans GSS which is a pain to bother with most of the time) +-e ".[invoke]" |