1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
45f46468c6 🤖 Bumped version to 0.1.64
Some checks failed
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
Run Python tests (through Pytest) / Test (push) Has been cancelled
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-05 09:54:37 +01:00
216789e4b3 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-05 09:54:37 +01:00
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://pypi.org/project/cfscrape/)
- [cfscrape](https://github.com/landryraccoon/cloudflare-scrape)
- [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.63'
__version__ = '0.1.64'

View File

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