From 48ae28f7d6724b6aaedd78869ead2fe7b8f76825 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Wed, 8 Mar 2023 15:31:04 -0700 Subject: [PATCH] Initial venv snapshot --- tools/python/requirements.in | 8 +++++++- tools/python/requirements_lock.txt | 25 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/tools/python/requirements.in b/tools/python/requirements.in index ade5670..f41f110 100644 --- a/tools/python/requirements.in +++ b/tools/python/requirements.in @@ -1,3 +1,9 @@ attrs -cattrs black +cattrs +hypothesis +pudb +pytest +pytest-cov +pytest-pudb +pytest-timeout diff --git a/tools/python/requirements_lock.txt b/tools/python/requirements_lock.txt index e69de29..a46344f 100644 --- a/tools/python/requirements_lock.txt +++ b/tools/python/requirements_lock.txt @@ -0,0 +1,25 @@ +attrs==22.2.0 +black==23.1.0 +cattrs==22.2.0 +click==8.1.3 +coverage==7.2.1 +exceptiongroup==1.1.0 +hypothesis==6.68.2 +iniconfig==2.0.0 +jedi==0.18.2 +mypy-extensions==1.0.0 +packaging==23.0 +parso==0.8.3 +pathspec==0.11.0 +platformdirs==3.1.0 +pluggy==1.0.0 +pudb==2022.1.3 +Pygments==2.14.0 +pytest==7.2.2 +pytest-cov==4.0.0 +pytest-pudb==0.7.0 +pytest-timeout==2.1.0 +sortedcontainers==2.4.0 +tomli==2.0.1 +urwid==2.1.2 +urwid-readline==0.13