From f2cc7e59acc89552959f88c5b8ba262c3ac4d141 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Thu, 19 Sep 2024 12:29:23 +0200 Subject: [PATCH] feat: add requirements.txt --- README.md | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index b47635a..6d00d2a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ```bash python -m venv .venv source .venv/bin/activate +pip install -r requirements.txt ``` ### Run diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0abe759 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +fastapi[standard]==0.115.0 +git+https://github.com/simcminmax/simcrunner.git