Skip to content

Commit

Permalink
fix dependencies.. again
Browse files Browse the repository at this point in the history
  • Loading branch information
happyleavesaoc committed Jan 12, 2017
1 parent 450240a commit 83c2f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
RUN pip --no-cache-dir install --upgrade pip
RUN pip --no-cache-dir install flask
RUN pip --no-cache-dir install https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.24.0.tar.gz
RUN pip install /tmp/python-firetv-master[firetv-server] --process-dependency-links
RUN pip install /tmp/python-firetv-master[firetv-server]

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name='firetv',
version='1.0.4',
version='1.0.5',
description='Communicate with an Amazon Fire TV device via ADB over a network.',
url='https://github.com/happyleavesaoc/python-firetv/',
license='MIT',
author='happyleaves',
author_email='happyleaves.tfr@gmail.com',
packages=['firetv'],
install_requires=['adb>=1.1.1'],
install_requires=['adb>=1.1.0'],
extras_require={
'firetv-server': ['Flask>=0.10.1', 'PyYAML>=3.12']
},
Expand Down

0 comments on commit 83c2f86

Please sign in to comment.