Mercurial > code > home > repos > patchablegraph
comparison setup.py @ 6:427d808adc7d 0.14.0
release 0.14.0
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 19:48:15 -0800 |
parents | 703adc4f78b1 |
children | 742e950b0de0 |
comparison
equal
deleted
inserted
replaced
5:506f6941a38c | 6:427d808adc7d |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='patchablegraph', | 4 name='patchablegraph', |
5 version='0.13.0', | 5 version='0.14.0', |
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', |
12 'rdfdb >= 0.8.0', | 12 'rdfdb >= 0.8.0', |
13 'prometheus_client', | 13 'prometheus_client', |
14 'cycloneerr', | 14 'cycloneerr', |
15 'twisted_sse >= 0.3.0', | 15 'twisted_sse >= 0.3.0', |
16 ], | 16 ], |
17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.13.0.tar.gz', | 17 url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.14.0.tar.gz', |
18 author='Drew Perttula', | 18 author='Drew Perttula', |
19 author_email='drewp@bigasterisk.com', | 19 author_email='drewp@bigasterisk.com', |
20 ) | 20 ) |