From 6ff0dca3ae2a84770485bbf42d33c4cca55166f4 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 3 Jan 2025 19:50:26 +0000 Subject: [PATCH] Added build tool to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e114e01..6417b5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ aiohttp[speedups] biopython pytest -pytest-asyncio \ No newline at end of file +pytest-asyncio +build \ No newline at end of file