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 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 + +