mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-02-02 02:27:47 +08:00
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com> Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
-e .
|
|
-r requirements-docs-tests.txt
|
|
pytest >=7.0.1,<9.0.0
|
|
coverage[toml] >=6.2,<8.0
|
|
mypy ==1.19.1
|
|
ruff ==0.14.10
|
|
# For FastAPI tests
|
|
fastapi >=0.103.2,<0.126.0
|
|
httpx ==0.28.1
|
|
dirty-equals ==0.9.0
|
|
jinja2 ==3.1.6
|
|
typing-extensions ==4.15.0
|