Mercurial > code > home > repos > homeauto
comparison lib/patchablegraph/setup.py @ 1698:58f1877780b9
jsonld moved into rdflib 6.0.1
author | drewp@bigasterisk.com |
---|---|
date | Tue, 12 Oct 2021 20:18:54 -0700 |
parents | 02f876016f27 |
children | 411f5e013201 |
comparison
equal
deleted
inserted
replaced
1697:88f6e9bf69d1 | 1698:58f1877780b9 |
---|---|
6 packages=['patchablegraph'], | 6 packages=['patchablegraph'], |
7 package_dir={'patchablegraph': ''}, | 7 package_dir={'patchablegraph': ''}, |
8 install_requires=[ | 8 install_requires=[ |
9 'cyclone', | 9 'cyclone', |
10 'twisted', | 10 'twisted', |
11 'rdflib-jsonld >= 0.3', | 11 'rdflib >= 6.0.1', |
12 'rdfdb >= 0.8.0', | 12 'rdfdb >= 0.8.0', |
13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', | 13 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', |
14 'cycloneerr', | 14 'cycloneerr', |
15 'twisted_sse >= 0.3.0', | 15 'twisted_sse >= 0.3.0', |
16 ], | 16 ], |