Mercurial > code > home > repos > patchablegraph
view setup.py @ 27:2f74ed860ea2
release 1.1.0
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Apr 2022 23:58:50 -0700 |
parents | 4668117dcd24 |
children |
line wrap: on
line source
from setuptools import setup setup( name='patchablegraph', version='1.1.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, install_requires=[ 'rdflib >= 6.0.1', 'rdfdb >= 0.8.0', 'prometheus_client', 'sse_starlette>=0.10.3', 'starlette>=0.19.1' ], url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-1.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )