comparison setup.py @ 406:a58610ab2983

removed old code: - removed gateway which was an HTTP gateway inherited from Idavoll and which is not used is SàT Pubsub - removed memory_storage which has not been maintained since Idavoll and which is expected to be replaced by a sqlite-based backend - simplejson dependency is not used anymore
author Goffi <goffi@goffi.org>
date Fri, 16 Aug 2019 12:00:03 +0200
parents c56a728412f1
children ff17f5cd8300
comparison
equal deleted inserted replaced
405:c56a728412f1 406:a58610ab2983
24 NAME = 'sat_pubsub' 24 NAME = 'sat_pubsub'
25 25
26 install_requires = [ 26 install_requires = [
27 'wokkel >= 0.7.1', 27 'wokkel >= 0.7.1',
28 'psycopg2', 28 'psycopg2',
29 'simplejson', 29 'sat_tmp',
30 'uuid', 30 'uuid',
31 'sat_tmp',
32 ] 31 ]
33 32
34 33
35 with open(os.path.join(NAME, 'VERSION')) as f: 34 with open(os.path.join(NAME, 'VERSION')) as f:
36 VERSION = f.read().strip() 35 VERSION = f.read().strip()