File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ pytest-cov
3
3
pytest-cover
4
4
pytest-pep8
5
5
pytest-xdist
6
- pytest-mock
7
- mock
8
- coverage
9
- moto
6
+ pytest-mock>=1.5.0,<3.0.0
7
+ mock>=1.0.1,<5.0.0
8
+ coverage>=3.7.1,<6.0.0
9
+ moto==3.0.7
10
10
# these overlap with requirements specified in doc_requirements. As long as they are needed, these specifications must be kept in sync
11
11
# TODO: see if we can avoid duplicating these requirements - this will involved surveying CI
12
- pep8
13
- flake8
14
- pylint
15
- jinja2>=2.7.3
16
- numpydoc
17
- jupyter
18
- markupsafe
12
+ pep8==1.7.0,<2.0.0
13
+ flake8>=1.5.0,<4.0.0
14
+ pylint>=1.5.4,<3.0.0
15
+ jinja2>=2.7.3,<2.12.0
16
+ numpydoc>=0.6.0,<1.0.0
17
+ jupyter>=1.0.0,<2.0.0
18
+ markupsafe==2.0.1
19
+ pywinpty==2.0.2; python_version <= '3.6' and sys_platform == 'win32'
You can’t perform that action at this time.
0 commit comments