You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`adapter_dev.txt` -- all framework adapter deps (Flask, Django, FastAPI, etc.)
210
+
-`test_async.txt` -- test runner deps (`pytest`, `pytest-asyncio`, includes `async_dev.txt`)
211
+
-`test.txt` -- test deps without async (`pytest`, `pytest-cov`)
212
+
-`test_adapter.txt` -- adapter-specific test deps (`moto`, `boddle`, `sanic-testing`)
213
+
-`dev_tools.txt` -- dev tools (`mypy`, `flake8`, `black`)
214
214
215
215
When adding a new dependency: add it to the appropriate `requirements/*.txt` file with version constraints, never to `pyproject.toml``dependencies` (unless it's a core runtime dep, which is very rare).
0 commit comments