adding commonly used python libraries

This commit is contained in:
Kaustubh Phatak
2016-12-08 15:27:04 -08:00
parent 88f33b9382
commit 01249c2d4a
3 changed files with 9 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
+5
View File
@@ -1 +1,6 @@
Flask===0.11.1
httplib2
python-dateutil
requests==2.7.0
stevedore
websocket-client