Skip to content

Commit

Permalink
Fix idna 3.1 is installed but idna<3,>=2.5 is required by {'requests'…
Browse files Browse the repository at this point in the history
…} error
  • Loading branch information
carlosmiei committed Jan 30, 2021
1 parent 8b14862 commit 222aaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -18,6 +18,7 @@ RUN sed -i 's/archive\.ubuntu\.com/us\.archive\.ubuntu\.com/' /etc/apt/sources.l
&& apt-get install -y nodejs \
# Python 3
&& apt-get install -y --no-install-recommends python3 python3-pip \
&& pip3 install 'idna==2.9' --force-reinstall \
&& pip3 install --upgrade setuptools \
&& pip3 install tox \
# Installs as a local Node & Python module, so that `require ('ccxt')` and `import ccxt` should work after that
Expand Down

1 comment on commit 222aaba

@kroitor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.