File tree 2 files changed +29
-15
lines changed
2 files changed +29
-15
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Cd to the bless repo:
36
36
37
37
Create a virtualenv if you haven't already:
38
38
39
- $ python3.7 -m venv venv
39
+ $ python3.8 -m venv venv
40
40
41
41
Activate the venv:
42
42
Original file line number Diff line number Diff line change 1
1
-e .
2
- asn1crypto == 0.24.0
3
- boto3 == 1.9.151
4
- botocore == 1.12.151
5
- cffi == 1.12.3
6
- cryptography == 2.6.1
7
- docutils == 0.14
8
- ipaddress == 1.0.22
9
- jmespath == 0.9.4
10
- kmsauth == 0.3.0
2
+ attrs == 20.1.0
3
+ boto3 == 1.14.47
4
+ botocore == 1.17.47
5
+ cffi == 1.14.2
6
+ coverage == 5.2.1
7
+ cryptography == 2.9.2
8
+ docutils == 0.15.2
9
+ flake8 == 3.8.3
10
+ iniconfig == 1.0.1
11
+ ipaddress == 1.0.23
12
+ jmespath == 0.10.0
13
+ kmsauth == 0.6.0
11
14
marshmallow == 2.19.2
12
- pycparser == 2.19
13
- python-dateutil == 2.8.0
14
- s3transfer == 0.2.0
15
- six == 1.12.0
16
- urllib3 == 1.24.3
15
+ mccabe == 0.6.1
16
+ more-itertools == 8.4.0
17
+ packaging == 20.4
18
+ pluggy == 0.13.1
19
+ py == 1.9.0
20
+ pycodestyle == 2.6.0
21
+ pycparser == 2.20
22
+ pyflakes == 2.2.0
23
+ pyparsing == 2.4.7
24
+ pytest == 6.0.1
25
+ pytest-mock == 3.3.0
26
+ python-dateutil == 2.8.1
27
+ s3transfer == 0.3.3
28
+ six == 1.15.0
29
+ toml == 0.10.1
30
+ urllib3 == 1.25.10
You can’t perform that action at this time.
0 commit comments