Updated forms. Added scrapers. Updated edit page for scrapers. Made new wishlist look better and added warning to save uuids somewhere safe. Updated nix flake.
This commit is contained in:
parent
1f269afce5
commit
13d63245ed
14 changed files with 367 additions and 109 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{
|
||||
nativeBuildInputs = [
|
||||
(pkgs.python3.withPackages
|
||||
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy]))
|
||||
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy x.beautifulsoup4 x.types-beautifulsoup4 x.requests]))
|
||||
pkgs.entr
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue