diff --git a/Dockerfile b/Dockerfile index ff724fca1..c178018dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN git clone --depth=1 https://github.com/twintproject/twint.git && \ cd /root/twint && \ pip3 install . -r requirements.txt -CMD /bin/bash +CMD /bin/bash \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 10aecb66d..12bb76b1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp +aiohttp==3.7.0 aiodns beautifulsoup4 cchardet