Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:freqtrade/freqtrade into zzc_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
threadshare committed Jun 21, 2021
2 parents 5cb1755 + dda0a48 commit 03a92a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Expand Up @@ -19,7 +19,7 @@ isort==5.8.0
nbconvert==6.0.7

# mypy types
types-cachetools==0.1.7
types-cachetools==0.1.8
types-filelock==0.1.3
types-requests==0.1.11
types-tabulate==0.1.0
types-requests==0.1.13
types-tabulate==0.1.1
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,7 +1,7 @@
numpy==1.20.3
pandas==1.2.4

ccxt==1.51.40
ccxt==1.51.77
# Pin cryptography for now due to rust build errors with piwheels
cryptography==3.4.7
aiohttp==3.7.4.post0
Expand All @@ -16,7 +16,7 @@ jsonschema==3.2.0
TA-Lib==0.4.20
technical==1.3.0
tabulate==0.8.9
pycoingecko==2.1.0
pycoingecko==2.2.0
jinja2==3.0.1
tables==3.6.1
blosc==1.10.4
Expand All @@ -40,4 +40,4 @@ aiofiles==0.7.0
colorama==0.4.4
# Building config files interactively
questionary==1.9.0
prompt-toolkit==3.0.18
prompt-toolkit==3.0.19

0 comments on commit 03a92a3

Please sign in to comment.