From d589e439b381a9359cd5057b72220bdd60dc2bc5 Mon Sep 17 00:00:00 2001 From: toravest Date: Thu, 6 Mar 2025 10:11:59 +0100 Subject: [PATCH] create and install venv --- .gitignore | 1 + requirements.txt | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .gitignore create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a979ee7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/venv \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e71b0fc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,61 @@ +appnope==0.1.4 +asttokens==2.4.1 +certifi==2024.7.4 +charset-normalizer==3.4.1 +comm==0.2.2 +contourpy==1.3.0 +cycler==0.12.1 +debugpy==1.8.5 +decorator==5.1.1 +executing==2.0.1 +filelock==3.17.0 +fonttools==4.54.1 +fsspec==2025.2.0 +idna==3.10 +ipykernel==6.29.5 +ipython==8.26.0 +jedi==0.19.1 +Jinja2==3.1.5 +jupyter_client==8.6.2 +jupyter_core==5.7.2 +kiwisolver==1.4.7 +llvmlite==0.44.0 +MarkupSafe==3.0.2 +matplotlib==3.9.2 +matplotlib-inline==0.1.7 +more-itertools==10.6.0 +mpmath==1.3.0 +nest-asyncio==1.6.0 +networkx==3.4.2 +numba==0.61.0 +numpy==1.26.4 +openai-whisper==20240930 +packaging==24.1 +pandas==2.2.3 +parso==0.8.4 +pexpect==4.9.0 +pillow==10.4.0 +platformdirs==4.2.2 +prompt_toolkit==3.0.47 +psutil==6.0.0 +ptyprocess==0.7.0 +pure_eval==0.2.3 +Pygments==2.18.0 +pyparsing==3.1.4 +python-dateutil==2.9.0.post0 +pytz==2024.2 +pyzmq==26.2.0 +regex==2024.11.6 +requests==2.32.3 +six==1.16.0 +stack-data==0.6.3 +sympy==1.13.3 +tiktoken==0.8.0 +torch==2.2.2 +tornado==6.4.1 +tqdm==4.67.1 +traitlets==5.14.3 +typing_extensions==4.12.2 +tzdata==2024.2 +urllib3==2.3.0 +wcwidth==0.2.13