https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257370

Kubilay Kocak <ko...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
            Summary|[NEWPORT]                   |[NEW PORT]
                   |databases/py-ormar: Simple  |databases/py-ormar: Simple
                   |async ORM with fastapi in   |async ORM with fastapi in
                   |mind and pydantic           |mind and pydantic
                   |validation                  |validation
                 CC|                            |python@FreeBSD.org
              Flags|                            |maintainer-feedback?(python
                   |                            |@FreeBSD.org)
             Status|New                         |Open

--- Comment #2 from Kubilay Kocak <ko...@freebsd.org> ---
Same again with this one:

    install_requires=[
        "databases>=0.3.2,<0.4.4",
        "pydantic>=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2",
        "sqlalchemy>=1.3.18,<=1.3.23",
        "typing_extensions>=3.7,<=3.7.4.3",
    ],

Additionally, consider OPTIONS for extras_require [1]:

    extras_require={
        "postgresql": ["asyncpg", "psycopg2-binary"],
        "mysql": ["aiomysql", "pymysql"],
        "sqlite": ["aiosqlite"],
        "orjson": ["orjson"],
        "crypto": ["cryptography"],
    },

Note: For transitive dependencies, depend on the dependencies directly [2]

[1] https://wiki.freebsd.org/Python/PortsPolicy#Optional_Dependencies
[2]
https://wiki.freebsd.org/Python/PortsPolicy#Optional_.2F_Transitive_Dependencies

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to