Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project to use pyproject.toml #194

Merged
merged 4 commits into from
Mar 28, 2024

Commits on Mar 27, 2024

  1. Update project to use pyproject.toml

    This is to ensure that the project meets the standard packing guidelines
    in PEP-0621, and that the version of the package meets PEP-440
    RommelLayco committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b5e6ec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4fbf6 View commit details
    Browse the repository at this point in the history
  3. Ensure uvicorn is version 0.15.0.

    This is to ensure that the test tests/system/test_astacus.py:test_astacus
    RommelLayco committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    618199a View commit details
    Browse the repository at this point in the history
  4. astacus: fix pre-commit errors

    Run black to format code
    RommelLayco committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ed10795 View commit details
    Browse the repository at this point in the history