Accepting request 1001875 from devel:languages:python
- Use email-validator package instead of email_validator. OBS-URL: https://build.opensuse.org/request/show/1001875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=4
This commit is contained in:
commit
48d095136c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 07:30:26 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Use email-validator package instead of email_validator.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 21:20:08 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -39,7 +39,7 @@ BuildRequires: %{python_module SQLAlchemy >= 1.3.18}
|
||||
BuildRequires: %{python_module aiosqlite}
|
||||
BuildRequires: %{python_module anyio >= 3.2.1}
|
||||
BuildRequires: %{python_module databases}
|
||||
BuildRequires: %{python_module email_validator >= 1.1.1}
|
||||
BuildRequires: %{python_module email-validator >= 1.1.1}
|
||||
BuildRequires: %{python_module httpx >= 0.14.0}
|
||||
BuildRequires: %{python_module passlib}
|
||||
BuildRequires: %{python_module peewee >= 3.13.0}
|
||||
|
Loading…
Reference in New Issue
Block a user