mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
58 lines
2.1 KiB
TOML
58 lines
2.1 KiB
TOML
# This file is automatically @generated by Poetry and should not be changed by hand.
|
|
|
|
[[package]]
|
|
name = "psycopg"
|
|
version = "3.1.10"
|
|
description = "PostgreSQL database adapter for Python"
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
files = []
|
|
develop = false
|
|
|
|
[package.dependencies]
|
|
typing-extensions = ">=4.1"
|
|
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
[package.extras]
|
|
binary = ["psycopg-binary (==3.1.10)"]
|
|
c = ["psycopg-c (==3.1.10)"]
|
|
dev = ["black (>=23.1.0)", "dnspython (>=2.1)", "flake8 (>=4.0)", "mypy (>=1.4.1)", "types-setuptools (>=57.4)", "wheel (>=0.37)"]
|
|
docs = ["Sphinx (>=5.0)", "furo (==2022.6.21)", "sphinx-autobuild (>=2021.3.14)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
pool = ["psycopg-pool"]
|
|
test = ["anyio (>=3.6.2)", "mypy (>=1.4.1)", "pproxy (>=2.7)", "pytest (>=6.2.5)", "pytest-cov (>=3.0)", "pytest-randomly (>=3.5)"]
|
|
|
|
[package.source]
|
|
type = "git"
|
|
url = "https://github.com/psycopg/psycopg.git"
|
|
reference = "3.1.10"
|
|
resolved_reference = "8d2ba2d7587116b65911cdccdf24af0413f17865"
|
|
subdirectory = "psycopg"
|
|
[[package]]
|
|
name = "typing-extensions"
|
|
version = "4.7.1"
|
|
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
files = [
|
|
{file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"},
|
|
{file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "tzdata"
|
|
version = "2023.3"
|
|
description = "Provider of IANA time zone data"
|
|
category = "main"
|
|
optional = false
|
|
python-versions = ">=2"
|
|
files = [
|
|
{file = "tzdata-2023.3-py2.py3-none-any.whl", hash = "sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda"},
|
|
{file = "tzdata-2023.3.tar.gz", hash = "sha256:11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a"},
|
|
]
|
|
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
python-versions = "^3.10"
|
|
content-hash = "57aea2a6ff62c054b7524aaf8ace8a91628f19986f8076ff0fc42f651c45b595"
|