Mercurial > code > home > repos > patchablegraph
view setup.py @ 21:fee5fd30b58c 0.19.0
release 0.19.0
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 20:29:36 -0800 |
parents | d8d40f5e1bf8 |
children | e11d407c46f8 |
line wrap: on
line source
from setuptools import setup setup( name='patchablegraph', version='0.19.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, install_requires=[ 'cyclone', 'twisted', 'rdflib >= 6.0.1', 'rdfdb >= 0.8.0', 'prometheus_client', 'cycloneerr', 'twisted_sse >= 0.3.0', ], url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.19.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )