updated SenderService updated

This commit is contained in:
2025-03-24 18:14:03 +03:00
parent 3e1ba4cb67
commit 77893e1d95
8 changed files with 146 additions and 38 deletions

View File

@@ -0,0 +1 @@
3.12

View File

View File

@@ -0,0 +1,9 @@
def main():
print("Hello from seperatorservice!")
# todo Separates account records to decision book and and other details
if __name__ == "__main__":
main()

View File

@@ -0,0 +1,13 @@
[project]
name = "seperatorservice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"arrow>=1.3.0",
"fastapi>=0.115.11",
"psycopg2-binary>=2.9.10",
"pymongo>=4.11.3",
"sqlalchemy-mixins>=2.0.5",
]