Skip to content

Commit 83c2f86

Browse files
fix dependencies.. again
1 parent 450240a commit 83c2f86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
RUN pip --no-cache-dir install --upgrade pip
1919
RUN pip --no-cache-dir install flask
2020
RUN pip --no-cache-dir install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz
21-
RUN pip install /tmp/python-firetv-master[firetv-server] --process-dependency-links
21+
RUN pip install /tmp/python-firetv-master[firetv-server]
2222

2323
CMD ["firetv-server", "-c", "config/devices.yaml"]
2424

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
setup(
44
name='firetv',
5-
version='1.0.4',
5+
version='1.0.5',
66
description='Communicate with an Amazon Fire TV device via ADB over a network.',
77
url='https://github.com/happyleavesaoc/python-firetv/',
88
license='MIT',
99
author='happyleaves',
1010
author_email='happyleaves.tfr@gmail.com',
1111
packages=['firetv'],
12-
install_requires=['adb>=1.1.1'],
12+
install_requires=['adb>=1.1.0'],
1313
extras_require={
1414
'firetv-server': ['Flask>=0.10.1', 'PyYAML>=3.12']
1515
},

0 commit comments

Comments
 (0)