diff 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
line wrap: on
line diff
--- a/setup.py	Fri Aug 16 12:00:02 2019 +0200
+++ b/setup.py	Fri Aug 16 12:00:03 2019 +0200
@@ -26,9 +26,8 @@
 install_requires = [
     'wokkel >= 0.7.1',
     'psycopg2',
-    'simplejson',
+    'sat_tmp',
     'uuid',
-    'sat_tmp',
 ]