From 3db45ceeb56edd7a8d0c10a86ef858f290c7e807 Mon Sep 17 00:00:00 2001 From: T0315986 Date: Tue, 28 Oct 2025 14:15:29 +0100 Subject: [PATCH] chore(requirements):push of the requirement.txt --- helloword.py | 1 - requirements.txt | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 helloword.py create mode 100644 requirements.txt diff --git a/helloword.py b/helloword.py deleted file mode 100644 index b17c9a5..0000000 --- a/helloword.py +++ /dev/null @@ -1 +0,0 @@ -print("helloWord") diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..26a4d5a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +greenlet==3.2.4 +psycopg2==2.9.11 +SQLAlchemy==2.0.44 +SQLAlchemy-Utils==0.42.0 +typing_extensions==4.15.0