comparison setup.py @ 439:36c9fb677f1d

removed `sat_tmp.twisted` patches + update minimum Twisted version: - `sat_tmp` patches are not needed anymore and cause trouble with latest Twisted (21.02) - update minimum to `20.3.0` which is the first one to support Python 3.8
author Goffi <goffi@goffi.org>
date Thu, 18 Mar 2021 22:23:37 +0100
parents ee722faa3e93
children 9125a6e440c0
comparison
equal deleted inserted replaced
438:b5e1e8d93dd4 439:36c9fb677f1d
23 23
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 'twisted >= 20.3.0',
28 'psycopg2', 29 'psycopg2',
29 'sat_tmp', 30 'sat_tmp',
30 'uuid', 31 'uuid',
31 ] 32 ]
32 33