Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Nov 14, 2021
1 parent 1b5affb commit ac2cdf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### 0.4.0
### 0.4.0 (2021-11-14)
* Feature: Support for Coingecko aggregated data per coin, to be used with a new data channel 'market_info'
* Feature: Config.yaml supports individual exchange's Feed class params.
* Feature: Support for 'http_proxy' in exchanges config.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
install_requires=[
"pandas",
"cryptofeed>=2.0.0",
"cryptofeed>=2.1.0",
"pyyaml",
"pyarrow",
"aiohttp>=3.7.1, < 4.0.0"
Expand Down

0 comments on commit ac2cdf6

Please sign in to comment.