python310Packages.flask-sqlalchemy: 3.0.2 -> 3.0.3
Changelog: https://github.com/pallets-eco/flask-sqlalchemy/blob/3.0.3/CHANGES.rst
This commit is contained in:
parent
605b230af9
commit
9d3aa1d2e9
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pdm-pep517
|
||||
, flask
|
||||
, mock
|
||||
, sqlalchemy
|
||||
, pdm-pep517
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, sqlalchemy
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
|
Loading…
Reference in a new issue