From a126edd7a9f2a72bf744a34c57aa9cb23568ba29 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 11 Apr 2022 12:38:52 +0300 Subject: Set up initial, failing tests for cell values --- manifest.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..c41be35 --- /dev/null +++ b/manifest.scm @@ -0,0 +1,6 @@ +(specifications->manifest + (list "python" + "python-mypy" + "python-pylint" + "python-pytest" + "python-hypothesis")) -- cgit v1.2.3