diff --git a/README.md b/README.md index 7f4ebc5..674be8e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Python ccxt multi-exchange lib mixed with pandas lib for data handling. - [ccxt](https://pypi.org/project/ccxt) - [pandas](https://pypi.org/project/pandas) - - [tulipy](https://pypi.org/project/tulipy/) + - [newtulipy](https://pypi.org/project/newtulipy) + - [cctf](https://pypi.org/project/cctf) + - [py-term](https://pypi.org/project/py-term) ## Usage @@ -30,6 +32,10 @@ print(api.markets) Project changes over versions. +### 0.1.9 + - Added and/or updated packages at requirements.txt file. + - Updated setup.py classifiers with new python versions. + ### 0.1.8 - Minor fixes.