summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
blob: 94578c22c00d35496b199b8315e7457be2623ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Invocations for common project tasks
#invoke>=2.0
invoke @ git+https://github.com/pyinvoke/invoke@main
invocations>=3.0
# 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
# Coverage!
coverage>=6.2,<7
codecov==2.1.12
# Documentation tools
alabaster==0.7.12
releases>=2.0
# Debuggery
icecream>=2.1
# Self (sans GSS which is a pain to bother with most of the time)
-e ".[invoke]"