changeset 1330:cf57c5d3c890

move project url resolution to pip install time Ignore-this: fec8a1c4203bab891115008439b205b6 darcs-hash:f64f07b11cf6290f1d918bcf7774d800de59688c
author drewp <drewp@bigasterisk.com>
date Tue, 23 Apr 2019 02:13:44 -0700
parents 9a881a4e4154
children 6a6fdfd3ffa9
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',