This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree 1 file changed +17
-13
lines changed
1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
1
#### TESTING-RELATED PACKAGES ####
2
2
3
3
# Checks style, syntax, and other useful errors.
4
- flake8
4
+ flake8>=4.0.1
5
5
6
6
# Static type checking
7
7
mypy==0.960
@@ -10,42 +10,46 @@ mypy==0.960
10
10
black==22.3.0
11
11
12
12
# Allows generation of coverage reports with pytest.
13
- pytest-cov
13
+ pytest-cov>=3.0.0
14
14
15
15
# Allows codecov to generate coverage reports
16
- coverage
17
- codecov
16
+ coverage[toml]>=6.4
17
+ codecov>=2.1.12
18
18
19
19
# Optional dependencies, which we install for testing purposes.
20
20
matplotlib>=2.2.3
21
21
22
22
# For mocking HTTP requests/responses.
23
- responses>=0.12
23
+ responses>=0.21
24
24
25
25
# For running tests that aren't 100% reliable.
26
- flaky
26
+ flaky>=3.7.0
27
27
28
28
# For running benchmarks.
29
- pytest-benchmark
29
+ pytest-benchmark>=3.4.1
30
30
31
31
#### DOC-RELATED PACKAGES ####
32
32
33
33
# YAML manipulation
34
- ruamel.yaml
34
+ ruamel.yaml>=0.17.17
35
35
36
36
# Generating markdown files from Python modules.
37
- pydoc-markdown>=4.0.0,<5.0.0
38
- databind.core
39
- docspec<2.0.0
40
- docspec-python<2.0.0
37
+ pydoc-markdown<4.4.0
38
+ databind.core<=1.5.0
39
+ databind-json<=1.5.0
40
+ docspec<1.2.0,>1.0.1
41
+ docspec-python<1.2.0,>1.0.1
41
42
42
43
mkdocs==1.3.0
43
44
mkdocs-material>=5.5.0,<8.3.0
44
45
markdown-include==0.6.0
45
46
47
+ # Narrowing constraints
48
+ pymdown-extensions>=9.5
49
+
46
50
#### PACKAGE-UPLOAD PACKAGES ####
47
51
48
52
# Pypi uploads
49
- twine>=1.11.0
53
+ twine>=1.11.0,<5.0.0
50
54
setuptools
51
55
wheel
You can’t perform that action at this time.
0 commit comments