specify version requirements for urllib3
urllib3 versions 1.24.1 and 1.24.2 cause HTTP requests to https://www.artstation.com/users/<username>/quick.json to fail with a 403: Forbidden status code (#227), and provoke a CAPTCHA response after solving a Cloudflare challenge.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
requests>=2.11.0
|
||||
urllib3>=1.16, !=1.24.1, !=1.24.2
|
||||
|
||||
Reference in New Issue
Block a user