CryptoTracker icon indicating copy to clipboard operation
CryptoTracker copied to clipboard

A complete open source system for tracking and visualizing cryptocurrency price movements on leading exchanges

Results 8 CryptoTracker issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.21.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [requests](https://github.com/requests/requests) from 2.17.3 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

I am getting following error: Traceback (most recent call last): File "/usr/bin/docker-compose", line 7, in from compose.cli.main import main File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 17, in import docker File "/usr/lib/python2.7/site-packages/docker/__init__.py", line 2,...

What is the best way to import historical market data?

This new harness is a one and done implementation of an exchange. using ccxt we can now add exchanges and tickers trivially.

Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.4.17 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Hello, Before executing the docker build require to add this line to app docker file `RUN easy_install distribute` Then the docker file for application most update as blow `FROM python:2.7...