Mercurial > libervia-backend
comparison setup.py @ 3537:f9a5b810f14d
core (memory/storage): backend storage is now based on SQLAlchemy
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 03 Jun 2021 15:20:47 +0200 |
parents | 7892585b7e17 |
children | 60d3861e5996 |
comparison
equal
deleted
inserted
replaced
3536:0985c47ffd96 | 3537:f9a5b810f14d |
---|---|
50 'urwid-satext >= 0.7.0a2', | 50 'urwid-satext >= 0.7.0a2', |
51 'wokkel >= 0.7.1', | 51 'wokkel >= 0.7.1', |
52 'omemo >= 0.11.0', | 52 'omemo >= 0.11.0', |
53 'omemo-backend-signal', | 53 'omemo-backend-signal', |
54 'pyyaml', | 54 'pyyaml', |
55 'sqlalchemy >= 1.4', | |
56 'aiosqlite', | |
55 ] | 57 ] |
56 | 58 |
57 extras_require = { | 59 extras_require = { |
58 "SVG": ["CairoSVG"], | 60 "SVG": ["CairoSVG"], |
59 } | 61 } |