Martin Uribe
Martin Uribe
Added `requirements.txt` and `environment.yml` files in order to facilitate with creating a virtual environment for this project. I've also refactored the code in order to make it PEP8 compliant.
I noticed that when trying to search for a term from any of the category pages that it would try and redirect the search to `/category/search.html` and I was getting...
When you run `conda env create`, conda automatically looks for `environment.yml`. With `.yaml`, you will have to specify the file name manually.