Skip to content
Snippets Groups Projects
requirements-dev.txt 365 B
Newer Older
  • Learn to ignore specific revisions
  • # test packages
    pytest>=8.0.0,<8.3.0
    pytest-asyncio>=0.21.0,<0.22.0
    pytest-cov>=5.0.0,<5.1.0
    coverage[toml]>=7.4.0,<7.6.0
    # Linters
    ruff>=0.4.0,<0.5.0
    isort>=5.13.0,<5.14.0
    mypy>=1.8.0,<1.11.0
    # stubs for mypy
    boto3-stubs-lite[s3]>=1.34.0,<1.35.0
    types-requests
    types-PyMySQL
    # Miscellaneous
    uvicorn[standard]>=0.27.0,<0.30.0
    pre-commit>=3.6.0,<3.8.0
    python-dotenv