Skip to content

Commit

Permalink
upgrade aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Feb 27, 2022
1 parent be7e3ed commit feb5d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxypool/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
TEST_TIMEOUT = env.int('TEST_TIMEOUT', 10)
TEST_BATCH = env.int('TEST_BATCH', 20)
# only save anonymous proxy
TEST_ANONYMOUS = True
TEST_ANONYMOUS = env.bool('TEST_ANONYMOUS', True)
# TEST_HEADERS = env.json('TEST_HEADERS', {
# 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36',
# })
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environs==9.3.0
Flask==1.1.2
attrs==20.3.0
retrying==1.3.3
aiohttp==3.7.4
aiohttp==3.8.1
requests==2.25.1
loguru==0.5.3
pyquery==1.4.3
Expand Down

0 comments on commit feb5d35

Please sign in to comment.