Mercurial > code > home > repos > homeauto
changeset 527:8616faa55bbc
move project url resolution to pip install time
Ignore-this: fec8a1c4203bab891115008439b205b6
author | drewp@bigasterisk.com |
---|---|
date | Tue, 23 Apr 2019 02:13:44 -0700 |
parents | f90b49a93334 |
children | 416cc380bcb1 |
files | lib/patchablegraph/setup.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py Tue Apr 23 02:12:07 2019 -0700 +++ b/lib/patchablegraph/setup.py Tue Apr 23 02:13:44 2019 -0700 @@ -9,10 +9,10 @@ 'cyclone', 'twisted', 'rdflib-jsonld >= 0.3', - 'rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.8.0.tar.gz', + 'rdfdb >= 0.8.0', 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', - 'cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.1.0.tar.gz', - 'twisted_sse @ https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.3.0.tar.gz', + 'cycloneerr', + 'twisted_sse >= 0.3.0', ], url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.4.0.tar.gz', author='Drew Perttula',