File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
pyrsistent~=0.16.0; python_version<"3"
2
- boto3~=1.5
2
+ boto3~=1.15.16
3
3
enum34~=1.1; python_version<"3.4"
4
4
jsonschema~=3.2
5
5
six~=1.15
Original file line number Diff line number Diff line change 1
- coverage> =5.3
2
- flake8> =3.8.4
3
- tox> =3.20.1
4
- pytest-cov> =2.10.1
1
+ coverage~ =5.3
2
+ flake8~ =3.8.4
3
+ tox~ =3.20.1
4
+ pytest-cov~ =2.10.1
5
5
pylint>=1.7.2,<2.0
6
- pyyaml> =5.3.1
6
+ pyyaml~ =5.3.1
7
7
8
8
# Test requirements
9
- pytest> =6.1.1; python_version >= '3.6'
9
+ pytest~ =6.1.1; python_version >= '3.6'
10
10
pytest~=4.6.11; python_version < '3.6' # pytest dropped python 2 support after 4.6.x
11
11
mock>=3.0.5,<4.0.0 # 4.0.0 drops Python 2 support
12
- parameterized> =0.7.4
12
+ parameterized~ =0.7.4
13
13
14
14
# Requirements for examples
15
- requests> =2.24.0
15
+ requests~ =2.24.0
16
16
17
17
# CLI requirements
18
- docopt> =0.6.2
18
+ docopt~ =0.6.2
19
19
20
20
# formatter
21
21
black==20.8b1; python_version >= '3.6'
You can’t perform that action at this time.
0 commit comments