- test against sqlalchemy 1.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=37
This commit is contained in:
parent
2cfb93d68a
commit
0ad578b6d6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 15:45:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- test against sqlalchemy 1.x
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 14 04:20:29 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -40,10 +40,10 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module Flask >= 1.1.2}
|
||||
BuildRequires: %{python_module PyYAML >= 5.3.1}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 1.3.18}
|
||||
BuildRequires: %{python_module anyio >= 3.2.1}
|
||||
BuildRequires: %{python_module httpx >= 0.23.0}
|
||||
BuildRequires: %{python_module python-multipart >= 0.0.5}
|
||||
BuildRequires: %{python_module sqlalchemy >= 1.3.18 with %python-sqlalchemy < 2.0}
|
||||
BuildRequires: %{python_module trio}
|
||||
%if !%{with ringdisabled}
|
||||
BuildRequires: %{python_module aiosqlite}
|
||||
|
Loading…
Reference in New Issue
Block a user