Ricardo Newbery

Results 2 issues of Ricardo Newbery

The readme says no external dependencies but setup.py appears to enforce `pbr`, which in turn appears to bring in requirements.txt (`decorator` and `py`).

The 'tests' folder is currently at the root of the package which causes it to pollute the global namespace for all python packages. Is this necessary?