diff options
author | Bruno Wagner <bwagner@riseup.net> | 2016-03-10 15:17:49 -0300 |
---|---|---|
committer | Bruno Wagner <bwagner@riseup.net> | 2016-03-10 15:17:49 -0300 |
commit | 2ec4556ac4228179ecb3671e852f1b5685067109 (patch) | |
tree | 0d8cb6b2b2aa50a76759d69c2d8febf09b5b9503 /pkg | |
parent | 07dff4d010b284d8d46eb3b8a859083013c7441f (diff) |
[setup] Added dirspec url to requirements
I also added a conditional to the setup.py so
that python setup.py develop can be used even
with the dirspec url
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 02fb189..bb6cf99 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,8 +1,7 @@ -jsonschema #<=0.8 -- are we done with this conflict? -dirspec +jsonschema pyopenssl python-dateutil pyzmq>=14.4.1 txzmq>=0.7.3 - -#autopep8 -- ??? +https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz +dirspec |