🔧 Migrate from Poetry to PDM for the internal build config (#912)
This commit is contained in:
committed by
GitHub
parent
f67867f974
commit
0b4989d0b2
12
requirements-tests.txt
Normal file
12
requirements-tests.txt
Normal 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
|
||||
Reference in New Issue
Block a user