Skip to content

Commit

Permalink
Peg to mozprofile to >= 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal-test committed Nov 30, 2011
1 parent e307296 commit 19ca09c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Expand Up @@ -44,13 +44,15 @@
except IOError:
description = ''

version = "0.0"
version = "0.1"

dependencies = ['mozprofile',
dependencies = ['ManifestDestiny',
'mozhttpd',
'mozlog',
'mozprofile >= 0.1',
'mozprocess',
'mozrunner >= 3.0b3',
'mozlog',
'mozhttpd']
]

setup(name='peptest',
version=version,
Expand Down

0 comments on commit 19ca09c

Please sign in to comment.