summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
blob: 27068550938ac0f80ec7976daf4631a9be90709f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Invocations for common project tasks
invoke==1.6.0
invocations==2.6.0
# Pinning has some disadvantages when testing across multiple Python versions
# 3.6 specific pins
pytest==4.4.2;python_version=='3.6'
pytest-relaxed==1.1.5;python_version=='3.6'
# pytest-xdist for test dir watching and the inv guard task
pytest-xdist==1.28.0;python_version=='3.6'
# 3.7+ specific
pytest==7.2.0;python_version>='3.7'
pytest-xdist==3.1.0;python_version>='3.7'
pytest-relaxed==2.0.0;python_version>='3.7'

mock==2.0.0
# Linting!
flake8==3.8.3
# Formatting!
black==18.6b4
# Coverage!
coverage==4.5.4
codecov==2.1.11
# Documentation tools
sphinx>=1.4,<1.7
alabaster==0.7.12
releases>=1.5,<2.0
# Release tools
semantic_version>=2.4,<2.5
# Self
-e ".[ed25519,invoke]"