coherence-project / UPnP-Inspector

UPnP Device and Service analyzer based on the Coherence DLNA/UPnP framework
MIT License
57 stars 15 forks source link

Add requirements.txt #5

Open ghost opened 8 years ago

ghost commented 8 years ago

I may have a crack at this.

ghost commented 8 years ago

Oops, doesn't look that simple.

baxtermac:python voltagex$ source coherence-env/bin/activate
(coherence-env)baxtermac:python voltagex$ pip install git+https://github.com/coherence-project/Coherence
Collecting git+https://github.com/coherence-project/Coherence
  Cloning https://github.com/coherence-project/Coherence to /var/folders/23/d7443jb52hng4spwytllmnsr0000gp/T/pip-Ux0bN_-build
Collecting ConfigObj>=4.3 (from Coherence==0.6.7)
  Downloading configobj-5.0.6.tar.gz
Collecting Twisted>=8.2 (from Coherence==0.6.7)
  Downloading Twisted-15.5.0.tar.bz2 (3.1MB)
    100% |████████████████████████████████| 3.1MB 124kB/s 
Collecting zope.interface (from Coherence==0.6.7)
  Downloading zope.interface-4.1.3.tar.gz (141kB)
    100% |████████████████████████████████| 143kB 1.2MB/s 
Collecting louie (from Coherence==0.6.7)
  Downloading Louie-1.1.tar.gz
Collecting six (from ConfigObj>=4.3->Coherence==0.6.7)
  Downloading six-1.10.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./coherence-env/lib/python2.7/site-packages (from zope.interface->Coherence==0.6.7)
Collecting nose>=0.8.3 (from louie->Coherence==0.6.7)
  Downloading nose-1.3.7-py2-none-any.whl (154kB)
    100% |████████████████████████████████| 155kB 1.2MB/s 
Building wheels for collected packages: ConfigObj, Twisted, zope.interface, louie
  Running setup.py bdist_wheel for ConfigObj
  Stored in directory: /Users/voltagex/Library/Caches/pip/wheels/d0/18/3a/88a9e8e07940560496c247872870978bf9b6cd5d914c0eac3e
  Running setup.py bdist_wheel for Twisted
  Stored in directory: /Users/voltagex/Library/Caches/pip/wheels/12/0a/4e/f1e66ec0cb3876345ae49842d0045f63659fb8fa268ab431fb
  Running setup.py bdist_wheel for zope.interface
  Stored in directory: /Users/voltagex/Library/Caches/pip/wheels/c9/15/5b/3a7e3c7c3b67b5ee002c0ebe8ac1f46ec3c0379c5037c6ab71
  Running setup.py bdist_wheel for louie
  Stored in directory: /Users/voltagex/Library/Caches/pip/wheels/f8/1d/d4/32eb0124a35bd0b542f5907447901a880f7b8087bc102654b6
Successfully built ConfigObj Twisted zope.interface louie
Installing collected packages: six, ConfigObj, zope.interface, Twisted, nose, louie, Coherence
  Running setup.py install for Coherence
Successfully installed Coherence-0.6.7 ConfigObj-5.0.6 Twisted-15.5.0 louie-1.1 nose-1.3.7 six-1.10.0 zope.interface-4.1.3
(coherence-env)baxtermac:python voltagex$ pip install git+https://github.com/coherence-project/UPnP-Inspector
Collecting git+https://github.com/coherence-project/UPnP-Inspector
  Cloning https://github.com/coherence-project/UPnP-Inspector to /var/folders/23/d7443jb52hng4spwytllmnsr0000gp/T/pip-cxo4i7-build
Requirement already satisfied (use --upgrade to upgrade): Coherence>=0.6.4 in ./coherence-env/lib/python2.7/site-packages (from UPnP-Inspector==0.2.3)
Requirement already satisfied (use --upgrade to upgrade): Twisted in ./coherence-env/lib/python2.7/site-packages (from UPnP-Inspector==0.2.3)
Collecting pygtk (from UPnP-Inspector==0.2.3)
  Downloading pygtk-2.24.0.tar.bz2 (2.4MB)
    100% |████████████████████████████████| 2.4MB 154kB/s 
    Complete output from command python setup.py egg_info:
    ********************************************************************
    * Building PyGTK using distutils is only supported on windows. *
    * To build PyGTK in a supported way, read the INSTALL file.    *