File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
1818RUN pip --no-cache-dir install --upgrade pip
1919RUN pip --no-cache-dir install flask
2020RUN 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
2323CMD ["firetv-server" , "-c" , "config/devices.yaml" ]
2424
Original file line number Diff line number Diff line change 22
33setup (
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 },
You can’t perform that action at this time.
0 commit comments