1
0

Compare commits

..

No commits in common. "1de9c9b14af1e04c922cd9b24a1744171a799e58" and "9fe7fbbcde2da37e041cf9f7e7f7f11f204475f1" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

@ -104,7 +104,6 @@ Full list of requirements:
- [krakenex](https://pypi.org/project/krakenex/)
- [frozendict](https://pypi.org/project/frozendict/)
- [fin-defs](https://gitfub.space/Jmaa/fin-defs)
- [dataclassabc](https://pypi.org/project/dataclassabc/)
## License

View File

@ -1 +1 @@
__version__ = '0.1.47'
__version__ = '0.1.46'

View File

@ -119,7 +119,6 @@ REQUIREMENTS_MAIN = [
'krakenex',
'frozendict',
'fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
'dataclassabc',
]
REQUIREMENTS_TEST = [
'pytest',