File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11FROM python:2.7.11
22MAINTAINER Fiona Hasanaj
3+ ENV MAINTENANCE_DATE 03.28.2016
34
45# install necessary software
56RUN apt-get -y update && apt-get install -y vim && apt-get install -y git && pip install rosette_api
@@ -11,4 +12,4 @@ WORKDIR /python/examples
1112# allow interactive bash inside docker container
1213CMD ./run_python.sh $API_KEY $FILENAME $ALT_URL
1314
14- VOLUME ["/source" ]
15+ VOLUME ["/source" ]
Original file line number Diff line number Diff line change 1616limitations under the License.
1717"""
1818
19- __version__ = '1.0'
19+ __version__ = '1.0.1 '
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ def read(*filenames, **kwargs):
3232 license = 'Apache License' ,
3333 long_description = long_description ,
3434 packages = ['rosette' ],
35+ install_requires = ['requests' ],
3536 platforms = 'any' ,
3637 url = HOMEPAGE ,
3738 version = VERSION ,
You can’t perform that action at this time.
0 commit comments