File tree Expand file tree Collapse file tree 10 files changed +1
-14
lines changed Expand file tree Collapse file tree 10 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 126
126
urllib3 1.26.9 MIT License Andrey Petrov
127
127
validate-email 1.3 UNKNOWN Syrus Akbary
128
128
varint 1.0.2 MIT License Peter Ruibal
129
- vmprof 0.4.15 MIT License vmprof team
130
129
watchdog 2.1.9 Apache Software License Yesudeep Mangalapilly
131
130
wcwidth 0.2.5 MIT License Jeff Quast
132
131
web3 5.29.2 MIT License Piper Merriam
Original file line number Diff line number Diff line change @@ -78,10 +78,9 @@ freeze:
78
78
vers/bin/pip3 install hashin
79
79
-rm requirements.txt
80
80
# FIXME: we are using our own unpublished forks of "py-cid" and "py-multihash" for which hashin won't find version data on pypi
81
- -cat requirements-pinned.txt | grep -v "py-cid" | grep -v "py-multihash" | grep -v "vmprof" | xargs vers/bin/hashin > requirements.txt
81
+ -cat requirements-pinned.txt | grep -v "py-cid" | grep -v "py-multihash" | xargs vers/bin/hashin > requirements.txt
82
82
-cat requirements-pinned.txt | grep "py-cid" >> requirements.txt
83
83
-cat requirements-pinned.txt | grep "py-multihash" >> requirements.txt
84
- -cat requirements-pinned.txt | grep "vmprof" >> requirements.txt
85
84
86
85
wheel :
87
86
LMDB_FORCE_CFFI=1 SODIUM_INSTALL=bundled pip wheel --require-hashes --wheel-dir ./wheels -r requirements.txt
Original file line number Diff line number Diff line change 113
113
urllib3 1.24.3 MIT License Andrey Petrov
114
114
validate-email 1.3 UNKNOWN Syrus Akbary
115
115
varint 1.0.2 MIT License Peter Ruibal
116
- vmprof 0.4.15 MIT License vmprof team
117
116
watchdog 2.0.2 Apache Software License Yesudeep Mangalapilly
118
117
wcwidth 0.2.5 MIT License Jeff Quast
119
118
web3 5.17.0 MIT License Piper Merriam
Original file line number Diff line number Diff line change @@ -240,8 +240,6 @@ Used Open-Source Software
240
240
+---------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
241
241
| varint | 1.0.2 | MIT License | Peter Ruibal |
242
242
+---------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
243
- | vmprof | 0.4.15 | MIT License | vmprof team |
244
- +---------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
245
243
| watchdog | 2.0.2 | Apache Software License | Yesudeep Mangalapilly |
246
244
+---------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
247
245
| wcwidth | 0.2.5 | MIT License | Jeff Quast |
Original file line number Diff line number Diff line change @@ -258,8 +258,6 @@ OSS Licenses
258
258
+----------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
259
259
| varint | 1.0.2 | MIT License | Peter Ruibal |
260
260
+----------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
261
- | vmprof | 0.4.15 | MIT License | vmprof team |
262
- +----------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
263
261
| watchdog | 2.1.9 | Apache Software License | Yesudeep Mangalapilly |
264
262
+----------------------+-----------+-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------+
265
263
| wcwidth | 0.2.5 | MIT License | Jeff Quast |
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ txtorcon>=20.0.0
70
70
u-msgpack-python>=2.4.1
71
71
urllib3>=1.21.1,<1.27
72
72
validate-email>=1.3
73
- vmprof>=0.4.15
74
73
watchdog>=0.8.3
75
74
web3>=5.13.1
76
75
# ImportError: cannot import name 'escape' from 'werkzeug.utils'
Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ u-msgpack-python>=2.4.1
71
71
ujson>=5.1.0
72
72
urllib3>=1.26.8
73
73
validate-email>=1.3
74
- # use vmprof master until https://github.com/vmprof/vmprof-python/issues/240 is fixed
75
- git+https://github.com/vmprof/vmprof-python.git#egg=vmprof
76
74
watchdog>=0.8.3
77
75
web3>=5.13.1
78
76
# ImportError: cannot import name 'escape' from 'werkzeug.utils'
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ ujson==5.4.0
125
125
urllib3==1.26.9
126
126
validate-email==1.3
127
127
varint==1.0.2
128
- vmprof @ git+https://github.com/vmprof/vmprof-python.git@0549883090c5537ea1acabb27ff065a3c7d7a45a
129
128
watchdog==2.1.9
130
129
wcwidth==0.2.5
131
130
web3==5.29.2
Original file line number Diff line number Diff line change @@ -1430,4 +1430,3 @@ zope.interface==5.4.0 \
1430
1430
--hash =sha256:f7ee479e96f7ee350db1cf24afa5685a5899e2b34992fb99e1f7c1b0b758d263
1431
1431
py-cid @ git+https://github.com/crossbario/py-cid.git@e1dc52a43ced53845679405f78d92fb18f093653
1432
1432
py-multihash @ git+https://github.com/crossbario/py-multihash.git@86b54b8f9f0cf14c7370f38ae32f2b4b14f5b5e0
1433
- vmprof @ git+https://github.com/vmprof/vmprof-python.git@0549883090c5537ea1acabb27ff065a3c7d7a45a
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ universal=1
4
4
# https://stackoverflow.com/a/49501010/884770
5
5
[options]
6
6
install_requires =
7
- vmprof>=0.4.12; platform_machine=='x86_64' or platform_machine=='i386' or platform_machine=='arm'
8
7
wsaccel>=0.6.2; platform_python_implementation=='CPython'
9
8
10
9
[pycodestyle]
You can’t perform that action at this time.
0 commit comments