Update pyproject.toml

Co-authored-by: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
Alexis Métaireau 2024-09-30 14:24:28 +02:00 committed by GitHub
parent a65be371d1
commit 4e2090b763
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,8 +48,8 @@ dependencies = [
"qrcode>=7.1,<8",
"requests>=2.25,<3",
"SQLAlchemy-Continuum>=1.3.12,<2",
"SQLAlchemy>=1.3.0,<1.5",
# New 1.4 changes API, see #728
"SQLAlchemy>=1.3.0,<1.5",
"python-dateutil",
"pytest-libfaketime[dev]>=0.1.3",
]