Pin and update PyFxA + PyPOM dependencies

* Update PyFxA dependency to 0.5.0

* Pin PyPOM and PyFxA to latest
This commit is contained in:
Stephen Donner 2018-03-21 13:48:35 -07:00 коммит произвёл GitHub
Родитель b2a133ebf1
Коммит fcfa80ec82
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,7 @@
mock==2.0.0
mozlog==3.7
pyfxa==0.5.0
pypom==1.3.0
pytest==3.4.2
pytest-metadata==1.6.0
pytest-selenium==1.12.0

Просмотреть файл

@ -1,4 +1,6 @@
mock==2.0.0
pyfxa==0.5.0
pypom==1.3.0
pytest==3.4.2
pytest-metadata==1.6.0
pytest-selenium==1.12.0

Просмотреть файл

@ -25,5 +25,5 @@ setup(name='fxapom',
license='MPL 2.0',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
setup_requires=['setuptools_scm'],
install_requires=['PyFxA==0.4.0', 'PyPOM'],
install_requires=['PyFxA', 'PyPOM'],
include_package_data=True)