mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1056977 - Bump version of marionette and dependencies on moztest and mozlog.;r=davehunt
This commit is contained in:
parent
813734a349
commit
fbb2b94435
@ -5,9 +5,9 @@ mozinfo >= 0.7
|
||||
mozprocess >= 0.9
|
||||
mozrunner >= 6.2
|
||||
mozdevice >= 0.37
|
||||
mozlog >= 2.0
|
||||
mozlog >= 2.6
|
||||
moznetwork >= 0.21
|
||||
mozcrash >= 0.5
|
||||
mozprofile >= 0.7
|
||||
moztest >= 0.6
|
||||
moztest >= 0.7
|
||||
mozversion >= 0.2
|
||||
|
@ -2,7 +2,7 @@ import os
|
||||
from setuptools import setup, find_packages
|
||||
import sys
|
||||
|
||||
version = '0.8.2'
|
||||
version = '0.8.3'
|
||||
|
||||
# dependencies
|
||||
with open('requirements.txt') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user