python3Packages.snscrape: propagate requests[socks]

This commit is contained in:
Martin Weinelt 2022-06-06 02:05:22 +02:00 committed by Jonathan Ringer
parent a4b86d4e75
commit b670cf8df6
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -32,7 +32,9 @@ buildPythonPackage rec {
beautifulsoup4
lxml
requests
] ++ lib.optionals (pythonOlder "3.9") [
]
++ requests.optional-dependencies.socks
++ lib.optionals (pythonOlder "3.9") [
pytz
];