From 23bd4d1c23ffcb01842bf5764373e0c2330d98dc Mon Sep 17 00:00:00 2001 From: Matthew Chapman Date: Mon, 27 May 2024 15:09:53 -0400 Subject: [PATCH] add backend python project --- backend-py/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend-py/requirements.txt diff --git a/backend-py/requirements.txt b/backend-py/requirements.txt new file mode 100644 index 0000000..28f1b67 --- /dev/null +++ b/backend-py/requirements.txt @@ -0,0 +1,4 @@ +distlib==0.3.8 +filelock==3.14.0 +platformdirs==4.2.2 +virtualenv==20.26.2