File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 19.3.1
2
- setuptools >= 42.0.1
2
+ setuptools >= 42.0.2
3
3
setuptools-scm >= 3.3.3
4
4
wheel >= 0.33.6
5
5
six >= 1.13.0
@@ -30,12 +30,13 @@ portalocker>=1.5.2
30
30
cryptography >= 2.8
31
31
asn1crypto >= 1.2.0
32
32
pyopenssl >= 19.1.0
33
+ pygments >= 2.5.2
33
34
colorama >= 0.4.1
34
35
pymysql >= 0.9.3
35
36
pyotp >= 2.3.0
36
37
boto >= 2.49.0
37
38
cffi >= 1.13.2
38
- tqdm >= 4.39 .0
39
+ tqdm >= 4.40 .0
39
40
flake8 >= 3.7.9
40
- certifi >= 2019.9.11
41
+ certifi >= 2019.11.28
41
42
pdfminer.six == 20191110
Original file line number Diff line number Diff line change 113
113
'cryptography>=2.8' ,
114
114
'asn1crypto>=1.2.0' ,
115
115
'pyopenssl>=19.1.0' ,
116
+ 'pygments>=2.5.2' ,
116
117
'colorama>=0.4.1' ,
117
118
'pymysql>=0.9.3' ,
118
119
'pyotp>=2.3.0' ,
119
120
'boto>=2.49.0' ,
120
121
'cffi>=1.13.2' ,
121
- 'tqdm>=4.39 .0' ,
122
+ 'tqdm>=4.40 .0' ,
122
123
'flake8>=3.7.9' ,
123
- 'certifi>=2019.9.11 ' ,
124
+ 'certifi>=2019.11.28 ' ,
124
125
'pdfminer.six==20191110' ,
125
126
],
126
127
packages = [
You can’t perform that action at this time.
0 commit comments