Add users
This commit is contained in:
parent
6700bc9763
commit
12797e3cae
7 changed files with 194 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ with python313Packages;
|
|||
buildPythonApplication {
|
||||
pname = "cereal";
|
||||
version = "0.0.1";
|
||||
propagatedBuildInputs = [ flask requests waitress];
|
||||
propagatedBuildInputs = [ flask requests waitress sqlalchemy argon2-cffi];
|
||||
src = ./.;
|
||||
pyproject = true;
|
||||
build-system = [setuptools];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue