wallabag-kindle-consumer/wallabag_kindle_consumer
Justin Ludwig 6ea2a00bfe Update SQLAlchemy compatibility and dependencies
- Added psycopg2-binary to requirements for PostgreSQL support.
- Refactored consumer.py to use joinedload with the correct syntax.
- Updated models.py to fix ForeignKey and Enum type definitions for
  better compatibility with current SQLAlchemy versions.

These changes ensure the application is compatible with the latest
SQLAlchemy practices and supports PostgreSQL databases.
2023-12-28 17:23:17 -08:00
..
static/css Add basic UI templates. 2018-03-21 12:56:51 +01:00
templates Add simple navication to UI 2018-03-22 00:36:37 +01:00
__init__.py Move all in its own package. 2018-03-21 06:47:44 +01:00
config.py Change config to use dataclasses 2019-02-05 21:20:55 +01:00
consumer.py Update SQLAlchemy compatibility and dependencies 2023-12-28 17:23:17 -08:00
interface.py Allow interface to get stopped gracefully 2019-01-26 22:15:23 +01:00
models.py Update SQLAlchemy compatibility and dependencies 2023-12-28 17:23:17 -08:00
refresher.py Add missing ensure_future 2019-01-26 22:23:20 +01:00
sender.py using epub now, and fixed title of the books. 2022-10-21 23:12:53 -06:00
wallabag.py Merge pull request #5 from red734/master 2022-10-23 21:54:50 +02:00