Compare commits
2 Commits
c576687122
...
45f46468c6
Author | SHA1 | Date | |
---|---|---|---|
45f46468c6 | |||
216789e4b3 |
|
@ -59,7 +59,7 @@ Full list of requirements:
|
||||||
- [requests](https://pypi.org/project/requests/)
|
- [requests](https://pypi.org/project/requests/)
|
||||||
- [requests_cache](https://pypi.org/project/requests_cache/)
|
- [requests_cache](https://pypi.org/project/requests_cache/)
|
||||||
- [browsercookie](https://pypi.org/project/browsercookie/)
|
- [browsercookie](https://pypi.org/project/browsercookie/)
|
||||||
- [cfscrape](https://pypi.org/project/cfscrape/)
|
- [cfscrape](https://github.com/landryraccoon/cloudflare-scrape)
|
||||||
- [frozendict](https://pypi.org/project/frozendict/)
|
- [frozendict](https://pypi.org/project/frozendict/)
|
||||||
- [python-kucoin](https://pypi.org/project/python-kucoin/)
|
- [python-kucoin](https://pypi.org/project/python-kucoin/)
|
||||||
- [krakenex](https://pypi.org/project/krakenex/)
|
- [krakenex](https://pypi.org/project/krakenex/)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.63'
|
__version__ = '0.1.64'
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -72,7 +72,7 @@ REQUIREMENTS_MAIN = [
|
||||||
'requests',
|
'requests',
|
||||||
'requests_cache',
|
'requests_cache',
|
||||||
'browsercookie',
|
'browsercookie',
|
||||||
'cfscrape',
|
'cfscrape @ git+https://github.com/landryraccoon/cloudflare-scrape.git',
|
||||||
'frozendict',
|
'frozendict',
|
||||||
'python-kucoin',
|
'python-kucoin',
|
||||||
'krakenex',
|
'krakenex',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user