From 87fe321e0abf51b42b15846ca5e0ec3069d5af02 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 19 Feb 2024 00:45:53 +0000 Subject: [PATCH] create requirements.txt file for Python. --- requirements.txt | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..caf03c0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,61 @@ +anyio==4.2.0 +asttokens==2.4.1 +asyncio==3.4.3 +bokeh==3.3.4 +certifi==2024.2.2 +comm==0.2.1 +contourpy==1.2.0 +cssselect==1.2.0 +debugpy==1.8.1 +decorator==5.1.1 +exceptiongroup==1.2.0 +executing==2.0.1 +h11==0.14.0 +h2==4.1.0 +hpack==4.0.0 +httpcore==1.0.3 +httpx==0.26.0 +hyperframe==6.0.1 +idna==3.6 +importlib-metadata==7.0.1 +ipykernel==6.29.2 +ipython==8.18.1 +jedi==0.19.1 +Jinja2==3.1.3 +jmespath==1.0.1 +jupyter-client==8.6.0 +jupyter-console==6.6.3 +jupyter-core==5.7.1 +lxml==5.1.0 +MarkupSafe==2.1.5 +matplotlib-inline==0.1.6 +nest-asyncio==1.6.0 +numpy==1.26.4 +packaging==23.2 +pandas==2.2.0 +parsel==1.8.1 +parso==0.8.3 +pexpect==4.9.0 +pillow==10.2.0 +platformdirs==4.2.0 +prompt-toolkit==3.0.43 +psutil==5.9.8 +ptyprocess==0.7.0 +pure-eval==0.2.2 +pygments==2.17.2 +python-dateutil==2.8.2 +pytz==2024.1 +PyYAML==6.0.1 +pyzmq==25.1.2 +six==1.16.0 +sniffio==1.3.0 +stack-data==0.6.3 +tornado==6.4 +traitlets==5.14.1 +typing==3.7.4.3 +typing-extensions==4.9.0 +tzdata==2024.1 +w3lib==2.1.2 +wcwidth==0.2.13 +xyzservices==2023.10.1 +zipp==3.17.0