Merge pull request #49 from kaustubhvp/py-common-libs

adding commonly used python libraries
This commit is contained in:
Soam Vasani
2016-12-08 17:00:21 -08:00
committed by GitHub
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -1 +1,4 @@
*~
# Pycharm IDE
.idea
+1
View File
@@ -2,6 +2,7 @@ FROM ubuntu:16.04
RUN apt-get update -y
RUN apt-get install -y python3 python3-pip python3-dev build-essential
RUN pip3 install --upgrade pip
COPY . /app
WORKDIR /app
+3
View File
@@ -1 +1,4 @@
Flask===0.11.1
httplib2
python-dateutil
requests==2.7.0