File tree 2 files changed +3
-4
lines changed
build-scripts/ubuntu-1604
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ build_from_pypi setuptools 38.5.2
96
96
build_from_pypi python-dateutil 2.6.1
97
97
build_from_pypi semver 2.7.9
98
98
build_from_pypi pygments 2.2.0
99
- build_from_pypi psutil 5.4.3
99
+ build_from_pypi psutil 5.6.6
100
100
build_from_pypi pyzmq 18.1.0 bundled
101
101
build_from_pypi intervaltree 2.1.0
102
102
build_from_pypi jsonpickle 0.9.6
103
103
# TODO: add libsnappy dependency for python-rocksdb package
104
104
build_from_pypi python-rocksdb 0.6.9
105
105
build_from_pypi pympler 0.8
106
106
build_from_pypi packaging 19.0
107
- build_from_pypi python-ursa 0.1.0
107
+ build_from_pypi python-ursa 0.1.0
Original file line number Diff line number Diff line change @@ -107,12 +107,11 @@ def run(self):
107
107
'base58==1.0.0' ,
108
108
'orderedset==2.0.3' ,
109
109
'sortedcontainers==1.5.7' ,
110
- 'psutil==5.4.3 ' ,
110
+ 'psutil==5.6.6 ' ,
111
111
'pip<10.0.0' ,
112
112
'portalocker==0.5.7' ,
113
113
'libnacl==1.6.1' ,
114
114
'six==1.11.0' ,
115
- 'psutil==5.4.3' ,
116
115
'intervaltree==2.1.0' ,
117
116
'msgpack-python==0.4.6' ,
118
117
'python-rocksdb==0.6.9' ,
You can’t perform that action at this time.
0 commit comments