Mercurial > code > home > repos > light9
changeset 1299:02415a3cebb2
requirements.txt filename
Ignore-this: 9d7cefc433f3e552f016486b52446fde
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 30 May 2016 08:27:04 +0000 |
parents | 5a022e174c29 |
children | d51014267bfd |
files | makefile pydeps requirements.txt |
diffstat | 3 files changed, 35 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Mon May 30 07:48:08 2016 +0000 +++ b/makefile Mon May 30 08:27:04 2016 +0000 @@ -17,7 +17,7 @@ install_python_deps: link_to_sys_packages env/bin/pip install twisted - env/bin/pip install -U -r pydeps + env/bin/pip install -U -r requirements.txt DP=/usr/lib/python2.7/dist-packages SP=env/lib/python2.7/site-packages
--- a/pydeps Mon May 30 07:48:08 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -rdflib==4.1.2 -Twisted==14.0.0 -webcolors==1.4 -Louie==1.1 -cyclone==1.1 - -web.py==0.37 -restkit==4.2.2 -ipython==3.1.0 -nose==1.3.7 -nose-watcher==0.1.3 -watchdog==0.8.3 -freezegun==0.3.7 -ipdb==0.8.1 -coloredlogs==1.0.1 -genshi==0.7 -pyjade==3.0.0 -python-dateutil==2.4.2 -txosc==0.2.0 -service_identity==0.2 -Pillow==2.8.1 -faulthandler==2.3 -treq==0.2.1 -mock==1.0.1 -toposort==1.0 -pyserial==2.7 - -statprof==0.1.2 -txzmq==0.7.4 - -pyusb==1.0.0 -coverage==4.1 -klein==15.3.1 -git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93#egg=scales \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/requirements.txt Mon May 30 08:27:04 2016 +0000 @@ -0,0 +1,34 @@ +rdflib==4.1.2 +Twisted==14.0.0 +webcolors==1.4 +Louie==1.1 +cyclone==1.1 + +web.py==0.37 +restkit==4.2.2 +ipython==3.1.0 +nose==1.3.7 +nose-watcher==0.1.3 +watchdog==0.8.3 +freezegun==0.3.7 +ipdb==0.8.1 +coloredlogs==1.0.1 +genshi==0.7 +pyjade==3.0.0 +python-dateutil==2.4.2 +txosc==0.2.0 +service_identity==0.2 +Pillow==2.8.1 +faulthandler==2.3 +treq==0.2.1 +mock==1.0.1 +toposort==1.0 +pyserial==2.7 + +statprof==0.1.2 +txzmq==0.7.4 + +pyusb==1.0.0 +coverage==4.1 +klein==15.3.1 +git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93#egg=scales \ No newline at end of file