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. ;)
This commit is contained in:
Jean-Marie Comets 2016-04-01 09:05:12 +02:00
parent 12cc064059
commit 23319eed10
1 changed files with 1 additions and 1 deletions

View File

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