From 0c9f7c32e05c2fa5fd2486ae9d387b0e75d3ae1c Mon Sep 17 00:00:00 2001 From: Sathvikroy <89711659+Sathvikroy@users.noreply.github.com> Date: Wed, 10 Nov 2021 00:37:54 +0530 Subject: [PATCH 1/2] Add files via upload --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..dd076d0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +certifi==2021.10.8 +charset-normalizer==2.0.7 +idna==3.3 +lxml==4.6.4 +multitasking==0.0.9 +numpy==1.21.4 +pandas==1.3.4 +python-dateutil==2.8.2 +pytz==2021.3 +requests==2.26.0 +six==1.16.0 +urllib3==1.26.7 + + From 5e98265f98581e373d46dd57d22c17c41f51f0e0 Mon Sep 17 00:00:00 2001 From: Sathvikroy <89711659+Sathvikroy@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:13:40 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c15bd65..0c925dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # development-testing A simple calculator project created to test the virtual environment + +-This branch conrains the requirements.txt file +running the command -"pip install -r requirements.txt" will download all the packages that are requird to run the project