python3Packages.snscrape: propagate requests[socks]
This commit is contained in:
parent
a4b86d4e75
commit
b670cf8df6
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ buildPythonPackage rec {
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
lxml
|
lxml
|
||||||
requests
|
requests
|
||||||
] ++ lib.optionals (pythonOlder "3.9") [
|
]
|
||||||
|
++ requests.optional-dependencies.socks
|
||||||
|
++ lib.optionals (pythonOlder "3.9") [
|
||||||
pytz
|
pytz
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue