Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 02:08:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 257370] [NEW PORT] databases/py-ormar: Simple async ORM with fastapi in mind and pydantic validation
Message-ID:  <bug-257370-21822-U7c4T8Vsyc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257370-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257370-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Kubilay Kocak <koobs@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 257370: [NEW PORT] databases/py-ormar: Simple async ORM with fastapi in
mind and pydantic validation
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257370



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

    install_requires=3D[
	"databases>=3D0.3.2,<0.4.4",
	"pydantic>=3D1.6.1,!=3D1.7,!=3D1.7.1,!=3D1.7.2,!=3D1.7.3,!=3D1.8,!=3D1.8.1=
,<=3D1.8.2",
	"sqlalchemy>=3D1.3.18,<=3D1.3.23",
	"typing_extensions>=3D3.7,<=3D3.7.4.3",
    ],

Additionally, consider OPTIONS for extras_require [1]:

    extras_require=3D{
	"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_Depende=
ncie
s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257370-21822-U7c4T8Vsyc>