Created
October 14, 2016 08:19
-
-
Save bluven/e68b6e89303e6075a22bbdd79fd770dd to your computer and use it in GitHub Desktop.
portal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attrdict==2.0.0 | |
backports.shutil-get-terminal-size==1.0.0 | |
cffi==1.7.0 | |
cryptography==1.4 | |
decorator==4.0.10 | |
Django==1.9.7 | |
djangorestframework==3.3.3 | |
enum34==1.1.6 | |
idna==2.1 | |
ipaddress==1.0.16 | |
ipython==5.0.0 | |
ipython-genutils==0.1.0 | |
jsonfield==1.0.3 | |
MySQL-python==1.2.5 | |
pathlib2==2.1.0 | |
pexpect==4.2.0 | |
pickleshare==0.7.2 | |
prompt-toolkit==1.0.3 | |
ptyprocess==0.5.1 | |
pyasn1==0.1.9 | |
pycparser==2.14 | |
pycrypto==2.6.1 | |
Pygments==2.1.3 | |
PyJWT==1.4.1 | |
requests==2.10.0 | |
simplegeneric==0.8.1 | |
six==1.10.0 | |
traitlets==4.2.2 | |
wcwidth==0.1.7 | |
FROM python:2.7-onbuild | |
RUN sudo apt-get install build-essential python-dev libmysqlclient-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment