Commit Graph

4 Commits

Author SHA1 Message Date
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
Jan Losinski 562f4c9650 Update requirements 2018-03-22 02:43:24 +01:00
Jan Losinski 9f516f69ae Update requirements.txt
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:36:52 +01:00
Jan Losinski 98d6fd9af0 Add requirements.txt.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 05:15:08 +01:00