#    Copyright 2023 Stanford University Convex Optimization Group
#
#    Licensed under the Apache License, Version 2.0 (the "License");
#    you may not use this file except in compliance with the License.
#    You may obtain a copy of the License at
#
#        http://www.apache.org/licenses/LICENSE-2.0
#
#    Unless required by applicable law or agreed to in writing, software
#    distributed under the License is distributed on an "AS IS" BASIS,
#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#    See the License for the specific language governing permissions and
#    limitations under the License.
We took a copy of https://github.com/ranaroussi/quantstats/commit/fa0a91a42400978bcc95f5f2fb2cf20e6f7af56c

A few simplifications have been made.

* In requirements.txt we declared a dependency on IPython which was forgotten in the original project
* We removed report.html from the quantstats folder. We have a template in cvx/simulator/templates
* As a consequence we simplified the install process in setup.py and removed MANIFEST.in and setup.cfg
* It is possible to adjust your own template
