From a988f1ebc914889c234cf17cc229dca12d7e7748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Patron?= Date: Thu, 12 Dec 2024 14:55:51 +0100 Subject: [PATCH] add reqs --- tig-benchmarker/requirements.txt | 9 +++++++++ {scripts => tig-benchmarker}/slave.py | 0 2 files changed, 9 insertions(+) create mode 100644 tig-benchmarker/requirements.txt rename {scripts => tig-benchmarker}/slave.py (100%) diff --git a/tig-benchmarker/requirements.txt b/tig-benchmarker/requirements.txt new file mode 100644 index 0000000..e76b846 --- /dev/null +++ b/tig-benchmarker/requirements.txt @@ -0,0 +1,9 @@ +aiohttp +asyncio +blake3 +dataclasses +hypercorn +numpy +quart +randomname +requests \ No newline at end of file diff --git a/scripts/slave.py b/tig-benchmarker/slave.py similarity index 100% rename from scripts/slave.py rename to tig-benchmarker/slave.py