diff options
author | Frederick Muriuki Muriithi | 2022-04-11 12:38:52 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-04-11 12:38:52 +0300 |
commit | a126edd7a9f2a72bf744a34c57aa9cb23568ba29 (patch) | |
tree | ebfd5e30fa9f850454f81e3ee839c67cf46013fd /manifest.scm | |
parent | 7ea15269cb85c32e55ebcc6381de77810d898927 (diff) | |
download | gn-uploader-a126edd7a9f2a72bf744a34c57aa9cb23568ba29.tar.gz |
Set up initial, failing tests for cell values
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 6 |
1 files changed, 6 insertions, 0 deletions
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")) |