Skip to content

Commit

Permalink
Update aiohttp==3.7.0 - fixes twintproject#1297
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Lesniak committed Jan 2, 2022
1 parent e7c8a0c commit 66476fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp
aiohttp==3.7.0
aiodns
beautifulsoup4
cchardet
Expand Down

0 comments on commit 66476fc

Please sign in to comment.