forked from move-coop/parsons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
29 lines (26 loc) · 782 Bytes
/
requirements-dev.txt
File metadata and controls
29 lines (26 loc) · 782 Bytes
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
# Testing Requirements
bandit[sarif]==1.8.6;python_version<'3.10'
bandit[sarif]==1.9.2;python_version>='3.10'
pre-commit==4.3.0;python_version<'3.10'
pre-commit==4.5.1;python_version>='3.10'
pytest-cov==7.0.0
pytest-datadir==1.8.0
pytest-mock==3.15.1
pytest-xdist==3.8.0
pytest==8.4.2;python_version<'3.10'
pytest==9.0.2;python_version>='3.10'
requests-mock==1.12.1
ruff==0.14.5
testfixtures==8.3.0;python_version<'3.11'
testfixtures==10.0.0;python_version>='3.11'
# Build and publish requirements
twine==6.2.0
build
# Docs Requirements
myst-parser==3.0.1;python_version<'3.10'
myst-parser==4.0.1;python_version>='3.10'
sphinxcontrib-googleanalytics==0.5
sphinx-multiversion==0.2.4
sphinx-rtd-theme==3.0.2
Sphinx==7.4.7;python_version<'3.11'
Sphinx==8.2.3;python_version>='3.11'