Configure CORS and security middlewares
This commit is contained in:
parent
13779d5a74
commit
07aac38dbc
3 changed files with 19 additions and 1 deletions
|
|
@ -3,7 +3,18 @@ with python313Packages;
|
|||
buildPythonApplication {
|
||||
pname = "cereal";
|
||||
version = "0.0.1";
|
||||
propagatedBuildInputs = [ flask requests waitress sqlalchemy argon2-cffi pyjwt cryptography jinja2];
|
||||
propagatedBuildInputs = [
|
||||
flask
|
||||
requests
|
||||
waitress
|
||||
sqlalchemy
|
||||
argon2-cffi
|
||||
pyjwt
|
||||
cryptography
|
||||
jinja2
|
||||
flask-talisman
|
||||
flask-cors
|
||||
];
|
||||
src = ./.;
|
||||
pyproject = true;
|
||||
build-system = [setuptools];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue