mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
4c39b81094
Presently we pull wptserve 3.0 from pypi, however it is incompatible with Python 3.10 that is shipping as default on more and more platforms (e.g. Linux). This patch instead pulls the in-tree version of wptserve which is more up to date and compatible and should help future proof the Raptor and Talos tests. Differential Revision: https://phabricator.services.mozilla.com/D166388
16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
jsonschema>=2.5.1
|
|
mozlog>=6.0
|
|
mozcrash>=2.0
|
|
mozfile>=1.2
|
|
mozinfo>=0.8
|
|
mozprocess>=0.22
|
|
mozversion>=1.3
|
|
mozprofile>=0.25
|
|
mozrunner>=7.1.0
|
|
psutil>=3.1.1
|
|
simplejson>=2.1.1
|
|
requests>=2.9.1
|
|
../tools/wptserve
|
|
../tools/wpt_third_party/pywebsocket3
|
|
manifestparser>=2.1.0
|