tweepy init
This commit is contained in:
18
tweepy/shell.nix
Normal file
18
tweepy/shell.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
geckodriver
|
||||
(python3.withPackages (ps:
|
||||
with ps; [
|
||||
tweepy
|
||||
requests
|
||||
beautifulsoup4
|
||||
selenium
|
||||
webdriver-manager
|
||||
]))
|
||||
];
|
||||
buildInputs = [ ];
|
||||
}
|
||||
Reference in New Issue
Block a user