From 89ba65444b3f59f720eab60b495ac13096a21c8f Mon Sep 17 00:00:00 2001 From: KOSASIH Date: Sun, 22 Sep 2024 14:31:52 +0700 Subject: [PATCH] Create requirements.txt --- bank_integration/banks/banking_app/app/requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bank_integration/banks/banking_app/app/requirements.txt diff --git a/bank_integration/banks/banking_app/app/requirements.txt b/bank_integration/banks/banking_app/app/requirements.txt new file mode 100644 index 000000000..b3bb2be4b --- /dev/null +++ b/bank_integration/banks/banking_app/app/requirements.txt @@ -0,0 +1,8 @@ +Flask==2.0.1 +Flask-SQLAlchemy==2.5.1 +Flask-Marshmallow==0.14.0 +Flask-JWT-Extended==4.0.1 +SQLAlchemy==1.4.25 +marshmallow==3.13.0 +python-dotenv==0.19.2 +logging==0.4.1.3