Skip to content

Commit

Permalink
Use modified eventsourcing_alchemy lib
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Oct 8, 2024
1 parent c9587bd commit 4800725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies = [
"fabric==3.1.0",
"paramiko==3.4.0",
"importlib_resources>=5.4.0",
"eventsourcing[crypto]==9.2.22",
"eventsourcing==9.3",
"sqlalchemy==2.0.32",
"psycopg2==2.9.9",
"eventsourcing_sqlalchemy==0.7" # requires py 3.8
"eventsourcing_sqlalchemy @ git+https://github.com/Cellular-Imaging-Amsterdam-UMC/eventsourcing-sqlalchemy@main#egg=eventsourcing_sqlalchemy" # Specify the Git repo
]

[tool.setuptools.packages]
Expand Down

0 comments on commit 4800725

Please sign in to comment.