1
0

Compare commits

..

No commits in common. "45f46468c65004ff4ea8449058d39a84bfe6392b" and "c5766871229252d91a0af68f67f4b7af242a74fb" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ Full list of requirements:
- [requests](https://pypi.org/project/requests/)
- [requests_cache](https://pypi.org/project/requests_cache/)
- [browsercookie](https://pypi.org/project/browsercookie/)
- [cfscrape](https://github.com/landryraccoon/cloudflare-scrape)
- [cfscrape](https://pypi.org/project/cfscrape/)
- [frozendict](https://pypi.org/project/frozendict/)
- [python-kucoin](https://pypi.org/project/python-kucoin/)
- [krakenex](https://pypi.org/project/krakenex/)

View File

@ -1 +1 @@
__version__ = '0.1.64'
__version__ = '0.1.63'

View File

@ -72,7 +72,7 @@ REQUIREMENTS_MAIN = [
'requests',
'requests_cache',
'browsercookie',
'cfscrape @ git+https://github.com/landryraccoon/cloudflare-scrape.git',
'cfscrape',
'frozendict',
'python-kucoin',
'krakenex',