From da9f08c1df12e6f0be4f44cfbd79379d228e81f3 Mon Sep 17 00:00:00 2001 From: yuvaneshkm Date: Mon, 17 Jun 2024 01:45:51 +0530 Subject: [PATCH] 'final_update' --- requirements.txt | 32 ------------------------------ requirements_dev.txt | 46 -------------------------------------------- 2 files changed, 78 deletions(-) diff --git a/requirements.txt b/requirements.txt index e896ecd..508ccc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,37 +1,5 @@ -asttokens==2.4.1 -colorama==0.4.6 -comm==0.2.2 -debugpy==1.8.1 -decorator==5.1.1 -dnspython==2.6.1 -et-xmlfile==1.1.0 -executing==2.0.1 -ipykernel==6.29.4 -ipython==8.25.0 -jedi==0.19.1 -jupyter_client==8.6.2 -jupyter_core==5.7.2 -matplotlib-inline==0.1.7 -nest-asyncio==1.6.0 numpy==1.26.4 openpyxl==3.1.4 -packaging==24.1 pandas==2.2.2 -parso==0.8.4 -platformdirs==4.2.2 -prompt_toolkit==3.0.47 -psutil==5.9.8 -pure-eval==0.2.2 -Pygments==2.18.0 pymongo==4.7.3 PyMySQL==1.1.1 -python-dateutil==2.9.0.post0 -pytz==2024.1 -pywin32==306 -pyzmq==26.0.3 -six==1.16.0 -stack-data==0.6.3 -tornado==6.4.1 -traitlets==5.14.3 -tzdata==2024.1 -wcwidth==0.2.13 diff --git a/requirements_dev.txt b/requirements_dev.txt index d38c592..bf191c9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,56 +1,10 @@ -asttokens==2.4.1 black==24.4.2 -click==8.1.7 -colorama==0.4.6 -comm==0.2.2 -debugpy==1.8.1 -decorator==5.1.1 -distlib==0.3.8 -dnspython==2.6.1 -et-xmlfile==1.1.0 -executing==2.0.1 -filelock==3.15.1 flake8==7.1.0 -iniconfig==2.0.0 -ipykernel==6.29.4 -ipython==8.25.0 -jedi==0.19.1 -jupyter_client==8.6.2 -jupyter_core==5.7.2 -matplotlib-inline==0.1.7 -mccabe==0.7.0 mypy==1.10.0 -mypy-extensions==1.0.0 -nest-asyncio==1.6.0 numpy==1.26.4 openpyxl==3.1.4 -packaging==24.1 pandas==2.2.2 -parso==0.8.4 -pathspec==0.12.1 -platformdirs==4.2.2 -pluggy==1.5.0 -prompt_toolkit==3.0.47 -psutil==5.9.8 -pure-eval==0.2.2 -py==1.11.0 -pycodestyle==2.12.0 -pyflakes==3.2.0 -Pygments==2.18.0 pymongo==4.7.3 PyMySQL==1.1.1 pytest==8.2.2 -python-dateutil==2.9.0.post0 -pytz==2024.1 -pywin32==306 -pyzmq==26.0.3 -six==1.16.0 -stack-data==0.6.3 -toml==0.10.2 -tornado==6.4.1 tox==3.24.4 -traitlets==5.14.3 -typing_extensions==4.12.2 -tzdata==2024.1 -virtualenv==20.26.2 -wcwidth==0.2.13