From 23319eed109a0dac7c15b930c614618bd816cbca Mon Sep 17 00:00:00 2001 From: Jean-Marie Comets Date: Fri, 1 Apr 2016 09:05:12 +0200 Subject: [PATCH] Remove "requirements.txt" mention from README I noticed that there isn't the file `requirements.txt` was removed when moving to PyPi. Plus there's no such thing as an open-source project without an "update README" PR. ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9f84b36f..cec240e668 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Caravel would not be possible without these great frameworks / libs getting the foundation for free * The Flask ecosystem - Simply amazing. So much Plug, easy play. * NVD3 - One of the best charting libraries out there -* Much more, check out the requirements.txt file! +* Much more, check out the `install_requires` section in the [setup.py](https://github.com/airbnb/caravel/blob/master/setup.py) file! Contributing