diff options
author | Bruno Wagner <bwagner@riseup.net> | 2016-03-10 16:04:57 -0300 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2016-03-10 16:04:57 -0300 |
commit | 77ff0a10eb83263fdfb94e0bc9b1a38fd7e434f8 (patch) | |
tree | 3f66625daa0a6d32245793bf483bc93d0daf7bac /pkg | |
parent | 4fb7e8724302f4fe30891b6132e9b85472d42708 (diff) |
[setup] Added docs on how to run the tests
Also added dirspec directly to the setuptools for now,
because it needs the dependency along with the url, but pip
would break if it had both
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index bbf60f1..b2be31f 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -4,5 +4,4 @@ python-dateutil pyzmq>=14.4.1 txzmq>=0.7.3 https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz -dirspec -e . |