hyperboria / python-cjdns

A python cjdns admin library, with Python 2 and Python 3 support
https://pypi.python.org/pypi/cjdnsadmin
GNU General Public License v3.0
25 stars 20 forks source link

Please declare dependencies in setup.py #9

Closed yurivict closed 8 years ago

yurivict commented 8 years ago

For example, it depends on "prettytable", "bencode", and they aren't in setup.py

kyrias commented 8 years ago

Technically the utils are secondary, since this is an API library. I wonder if we should split utils into a separate package.

yurivict commented 8 years ago

Splitting too much maybe isn't a good idea. Too many small packages.

yurivict commented 8 years ago

You forgot the bencode dependency.

kyrias commented 8 years ago

The bencode library needed is part of the package itself.

kyrias commented 8 years ago

(cjdns doesn't actually use the standard bencode, it uses a modified version.)