[tool.poetry] name = "xmlrpcserver" version = "0.1.2" description = "" authors = ["Sitronics "] readme = "README.md" [tool.poetry.dependencies] python = "^3.8" aiohttp = "3.8.6" aiosignal = "1.3.1" annotated-types = "0.5.0" anyio = "3.7.1" async-timeout = "4.0.3" attrs = "23.1.0" backoff = "2.2.1" boto3 = "1.26.76" botocore = "1.29.76" certifi = "2023.7.22" charset-normalizer = "3.3.2" click = "8.1.7" fastapi = "0.92.0" frozenlist = "1.4.0" gql = "3.4.1" graphql-core = "3.2.1" greenlet = "2.0.0" h11 = "0.14.0" idna = "3.4" jmespath = "1.0.1" multidict = "6.0.4" pika = "1.3.2" pika-stubs = "0.1.3" psycopg = "3.1.10" pydantic = "1.10.13" pydantic_core = "2.6.3" pygost = { path = "./xmlrpcserver/deps/pygost-5.12", develop = true } python-dateutil = "2.8.2" python-multipart = "0.0.6" requests = "2.31.0" s3transfer = "0.6.2" six = "1.16.0" sniffio = "1.3.0" SQLAlchemy = "2.0.20" typing_extensions = "4.8.0" urllib3 = "1.26.18" uvicorn = "0.20.0" yarl = "1.9.2" deb_structurer = "*" [build-system] requires = ["setuptools", "poetry_core>=1.0"] build-backend = "poetry.core.masonry.api"