🔧 Migrate from Poetry to PDM for the internal build config (#912)

This commit is contained in:
Sebastián Ramírez
2024-04-29 15:58:15 -07:00
committed by GitHub
parent f67867f974
commit 0b4989d0b2
10 changed files with 145 additions and 88 deletions

12
requirements-tests.txt Normal file
View File

@@ -0,0 +1,12 @@
-e .
-r requirements-docs-tests.txt
pytest >=7.0.1,<8.0.0
coverage[toml] >=6.2,<8.0
mypy ==1.4.1
ruff ==0.2.0
# For FastAPI tests
fastapi >=0.103.2
httpx ==0.24.1
# TODO: upgrade when deprecating Python 3.7
dirty-equals ==0.6.0
jinja2 ==3.1.3