adding commonly used python libraries
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
*~
|
*~
|
||||||
|
|
||||||
|
# Pycharm IDE
|
||||||
|
.idea
|
||||||
@@ -2,6 +2,7 @@ FROM ubuntu:16.04
|
|||||||
|
|
||||||
RUN apt-get update -y
|
RUN apt-get update -y
|
||||||
RUN apt-get install -y python3 python3-pip python3-dev build-essential
|
RUN apt-get install -y python3 python3-pip python3-dev build-essential
|
||||||
|
RUN pip3 install --upgrade pip
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
@@ -1 +1,6 @@
|
|||||||
Flask===0.11.1
|
Flask===0.11.1
|
||||||
|
httplib2
|
||||||
|
python-dateutil
|
||||||
|
requests==2.7.0
|
||||||
|
stevedore
|
||||||
|
websocket-client
|
||||||
|
|||||||
Reference in New Issue
Block a user