convert to backblaze fetcher
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "Development environment for jbackup";
|
||||
description = "Backblaze Invoice Downloader";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
@@ -18,16 +18,8 @@
|
||||
devShell = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
(python3.withPackages (ps: [
|
||||
ps.requests
|
||||
ps.beautifulsoup4
|
||||
ps.lxml
|
||||
ps."youtube-transcript-api"
|
||||
ps.pytube
|
||||
ps.playwright
|
||||
ps.markdown
|
||||
ps."python-dotenv"
|
||||
ps.pydantic
|
||||
ps."python-dateutil"
|
||||
]))
|
||||
playwright-driver.browsers
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user