diff --git a/poetry.lock b/poetry.lock index 96420f84..2c9acdbd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,9 +1,10 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "annotated-types" version = "0.7.0" description = "Reusable constraint types to use with typing.Annotated" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -18,6 +19,7 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""} name = "ansicon" version = "1.89.0" description = "Python wrapper for loading Jason Hood's ANSICON" +category = "dev" optional = false python-versions = "*" files = [ @@ -29,6 +31,7 @@ files = [ name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "main" optional = false python-versions = "*" files = [ @@ -40,6 +43,7 @@ files = [ name = "async-timeout" version = "4.0.3" description = "Timeout context manager for asyncio programs" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -51,6 +55,7 @@ files = [ name = "attrs" version = "23.2.0" description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -70,6 +75,7 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p name = "aws-requests-auth" version = "0.4.3" description = "AWS signature version 4 signing process for the python requests module" +category = "main" optional = false python-versions = "*" files = [ @@ -84,6 +90,7 @@ requests = ">=0.14.0" name = "backports-zoneinfo" version = "0.2.1" description = "Backport of the standard library zoneinfo module" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -112,6 +119,7 @@ tzdata = ["tzdata"] name = "beautifulsoup4" version = "4.12.3" description = "Screen-scraping library" +category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -133,6 +141,7 @@ lxml = ["lxml"] name = "benchmark-4dn" version = "0.5.24" description = "Benchmark functions that returns total space, mem, cpu given input size and parameters for the CWL workflows" +category = "main" optional = false python-versions = "<4.0,>=3.5" files = [ @@ -144,6 +153,7 @@ files = [ name = "blessed" version = "1.20.0" description = "Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities." +category = "dev" optional = false python-versions = ">=2.7" files = [ @@ -160,6 +170,7 @@ wcwidth = ">=0.1.4" name = "boto3" version = "1.34.136" description = "The AWS SDK for Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -179,6 +190,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "botocore" version = "1.34.136" description = "Low-level, data-driven core of boto 3." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -201,6 +213,7 @@ crt = ["awscrt (==0.20.11)"] name = "cachetools" version = "5.3.3" description = "Extensible memoizing collections and decorators" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -212,6 +225,7 @@ files = [ name = "certifi" version = "2024.6.2" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -223,6 +237,7 @@ files = [ name = "cffi" version = "1.16.0" description = "Foreign Function Interface for Python calling C code." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -287,6 +302,7 @@ pycparser = "*" name = "chalice" version = "1.31.2" description = "Microframework" +category = "dev" optional = false python-versions = "*" files = [ @@ -314,6 +330,7 @@ event-file-poller = ["watchdog (==2.3.1)"] name = "chardet" version = "5.2.0" description = "Universal encoding detector for Python 3" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -325,6 +342,7 @@ files = [ name = "charset-normalizer" version = "2.0.12" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.5.0" files = [ @@ -339,6 +357,7 @@ unicode-backport = ["unicodedata2"] name = "click" version = "7.1.2" description = "Composable command line interface toolkit" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -350,6 +369,7 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -361,6 +381,7 @@ files = [ name = "coverage" version = "7.5.4" description = "Code coverage measurement for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -428,6 +449,7 @@ toml = ["tomli"] name = "cron-descriptor" version = "1.4.3" description = "A Python library that converts cron expressions into human readable strings." +category = "main" optional = false python-versions = "*" files = [ @@ -442,6 +464,7 @@ dev = ["polib"] name = "cryptography" version = "39.0.2" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -487,6 +510,7 @@ tox = ["tox"] name = "dcicutils" version = "8.12.0.1b6" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" +category = "main" optional = false python-versions = "<3.13,>=3.8.1" files = [ @@ -528,6 +552,7 @@ webtest = ">=2.0.34,<3.0.0" name = "decorator" version = "5.1.1" description = "Decorators for Humans" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -539,6 +564,7 @@ files = [ name = "docker" version = "4.4.4" description = "A Python library for the Docker Engine API." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -560,6 +586,7 @@ tls = ["cryptography (>=1.3.4)", "idna (>=2.0.0)", "pyOpenSSL (>=17.5.0)"] name = "docutils" version = "0.20.1" description = "Docutils -- Python Documentation Utilities" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -571,6 +598,7 @@ files = [ name = "elasticsearch" version = "7.13.4" description = "Python client for Elasticsearch" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" files = [ @@ -592,6 +620,7 @@ requests = ["requests (>=2.4.0,<3.0.0)"] name = "elasticsearch-dsl" version = "7.4.1" description = "Python client for Elasticsearch" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -611,6 +640,7 @@ develop = ["coverage (<5.0.0)", "mock", "pytest (>=3.0.0)", "pytest-cov", "pytes name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -622,6 +652,7 @@ files = [ name = "events" version = "0.5" description = "Bringing the elegance of C# EventHandler to Python" +category = "main" optional = false python-versions = "*" files = [ @@ -632,6 +663,7 @@ files = [ name = "exceptiongroup" version = "1.2.1" description = "Backport of PEP 654 (exception groups)" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -646,6 +678,7 @@ test = ["pytest (>=6)"] name = "flaky" version = "3.6.1" description = "Plugin for nose or pytest that automatically reruns flaky tests." +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -657,6 +690,7 @@ files = [ name = "foursight-core" version = "5.5.0.1b1" description = "Serverless Chalice Application for Monitoring" +category = "main" optional = false python-versions = "<3.13,>=3.8.1" files = [ @@ -691,6 +725,7 @@ tzlocal = ">=5.0.1,<6.0.0" name = "future" version = "1.0.0" description = "Clean single-source support for Python 3 and 2" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -702,6 +737,7 @@ files = [ name = "geocoder" version = "1.38.1" description = "Geocoder is a simple and consistent geocoding library." +category = "main" optional = false python-versions = "*" files = [ @@ -720,6 +756,7 @@ six = "*" name = "gitdb" version = "4.0.11" description = "Git Object Database" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -734,6 +771,7 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.43" description = "GitPython is a Python library used to interact with Git repositories" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -752,6 +790,7 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", name = "google" version = "3.0.0" description = "Python bindings to the Google search engine." +category = "main" optional = false python-versions = "*" files = [ @@ -766,6 +805,7 @@ beautifulsoup4 = "*" name = "google-api-core" version = "2.19.1" description = "Google API client core library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -789,6 +829,7 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] name = "google-api-python-client" version = "1.12.11" description = "Google API Client Library for Python" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -808,6 +849,7 @@ uritemplate = ">=3.0.0,<4dev" name = "google-auth" version = "2.30.0" description = "Google Authentication Library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -831,6 +873,7 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] name = "google-auth-httplib2" version = "0.2.0" description = "Google Authentication Library: httplib2 transport" +category = "main" optional = false python-versions = "*" files = [ @@ -846,6 +889,7 @@ httplib2 = ">=0.19.0" name = "google-auth-oauthlib" version = "0.7.1" description = "Google Authentication Library" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -864,6 +908,7 @@ tool = ["click (>=6.0.0)"] name = "googleapis-common-protos" version = "1.63.2" description = "Common protobufs used in Google APIs" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -881,6 +926,7 @@ grpc = ["grpcio (>=1.44.0,<2.0.0.dev0)"] name = "httplib2" version = "0.22.0" description = "A comprehensive HTTP client library." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -895,6 +941,7 @@ pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0 name = "hupper" version = "1.12.1" description = "Integrated process monitor for developing and reloading daemons." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -910,6 +957,7 @@ testing = ["mock", "pytest", "pytest-cov", "watchdog"] name = "idna" version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -921,6 +969,7 @@ files = [ name = "importlib-resources" version = "6.4.0" description = "Read resources from Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -939,6 +988,7 @@ testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "p name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -950,6 +1000,7 @@ files = [ name = "inquirer" version = "2.10.1" description = "Collection of common interactive command line user interfaces, based on Inquirer.js" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -966,6 +1017,7 @@ readchar = ">=3.0.6" name = "jinja2" version = "3.1.4" description = "A very fast and expressive template engine." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -983,6 +1035,7 @@ i18n = ["Babel (>=2.7)"] name = "jinxed" version = "1.2.1" description = "Jinxed Terminal Library" +category = "dev" optional = false python-versions = "*" files = [ @@ -997,6 +1050,7 @@ ansicon = {version = "*", markers = "platform_system == \"Windows\""} name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1008,6 +1062,7 @@ files = [ name = "jsonc-parser" version = "1.1.5" description = "A lightweight, native tool for parsing .jsonc files" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1019,6 +1074,7 @@ files = [ name = "jsonschema" version = "4.22.0" description = "An implementation of JSON Schema validation for Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1042,6 +1098,7 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.12.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1057,6 +1114,7 @@ referencing = ">=0.31.0" name = "magma-suite" version = "3.4.1.1b1" description = "Collection of tools to manage meta-workflows automation." +category = "main" optional = false python-versions = "<3.13,>=3.8.1" files = [ @@ -1075,6 +1133,7 @@ tibanna-ff = "3.4.1.1b1" name = "markupsafe" version = "2.1.5" description = "Safely add untrusted strings to HTML/XML markup." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1144,6 +1203,7 @@ files = [ name = "mirakuru" version = "2.5.2" description = "Process executor (not only) for tests." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1158,6 +1218,7 @@ psutil = {version = ">=4.0.0", markers = "sys_platform != \"cygwin\""} name = "oauthlib" version = "3.2.2" description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1174,6 +1235,7 @@ signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] name = "openpyxl" version = "3.1.5" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1188,6 +1250,7 @@ et-xmlfile = "*" name = "opensearch-py" version = "2.6.0" description = "Python client for OpenSearch" +category = "main" optional = false python-versions = "<4,>=3.8" files = [ @@ -1216,6 +1279,7 @@ kerberos = ["requests-kerberos"] name = "packaging" version = "23.2" description = "Core utilities for Python packages" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1227,6 +1291,7 @@ files = [ name = "pastedeploy" version = "3.1.0" description = "Load, configure, and compose WSGI applications and servers" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1243,6 +1308,7 @@ testing = ["Paste", "pytest", "pytest-cov"] name = "pip" version = "24.0" description = "The PyPA recommended tool for installing Python packages." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1254,6 +1320,7 @@ files = [ name = "pkgutil-resolve-name" version = "1.3.10" description = "Resolve a name to an object." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1265,6 +1332,7 @@ files = [ name = "plaster" version = "1.1.2" description = "A loader interface around multiple config file formats." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1280,6 +1348,7 @@ testing = ["pytest", "pytest-cov"] name = "plaster-pastedeploy" version = "1.0.1" description = "A loader implementing the PasteDeploy syntax to be used by plaster." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1298,6 +1367,7 @@ testing = ["pytest", "pytest-cov"] name = "pluggy" version = "1.5.0" description = "plugin and hook calling mechanisms for python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1313,6 +1383,7 @@ testing = ["pytest", "pytest-benchmark"] name = "port-for" version = "0.7.2" description = "Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1324,6 +1395,7 @@ files = [ name = "proto-plus" version = "1.24.0" description = "Beautiful, Pythonic protocol buffers." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1341,6 +1413,7 @@ testing = ["google-api-core (>=1.31.5)"] name = "protobuf" version = "5.27.2" description = "" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1361,6 +1434,7 @@ files = [ name = "psutil" version = "6.0.0" description = "Cross-platform lib for process and system monitoring in Python." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -1390,6 +1464,7 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "pyasn1" version = "0.6.0" description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1401,6 +1476,7 @@ files = [ name = "pyasn1-modules" version = "0.4.0" description = "A collection of ASN.1-based protocols modules" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1415,6 +1491,7 @@ pyasn1 = ">=0.4.6,<0.7.0" name = "pycparser" version = "2.22" description = "C parser in Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1426,6 +1503,7 @@ files = [ name = "pydantic" version = "2.7.4" description = "Data validation using Python type hints" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1445,6 +1523,7 @@ email = ["email-validator (>=2.0.0)"] name = "pydantic-core" version = "2.18.4" description = "Core functionality for Pydantic validation and serialization" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1536,6 +1615,7 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" name = "pydes" version = "2.0.1" description = "Pure python implementation of DES and TRIPLE DES encryption algorithm" +category = "main" optional = false python-versions = "*" files = [ @@ -1546,6 +1626,7 @@ files = [ name = "pyjwt" version = "2.8.0" description = "JSON Web Token implementation in Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1563,6 +1644,7 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] name = "pyopenssl" version = "23.2.0" description = "Python wrapper module around the OpenSSL library" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1581,6 +1663,7 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] name = "pyparsing" version = "3.1.2" description = "pyparsing module - Classes and methods to define and execute parsing grammars" +category = "main" optional = false python-versions = ">=3.6.8" files = [ @@ -1595,6 +1678,7 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pyperclip" version = "1.9.0" description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)" +category = "main" optional = false python-versions = "*" files = [ @@ -1605,6 +1689,7 @@ files = [ name = "pyramid" version = "1.10.8" description = "The Pyramid Web Framework, a Pylons project" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" files = [ @@ -1631,6 +1716,7 @@ testing = ["coverage", "nose", "virtualenv", "webtest (>=1.3.1)", "zope.componen name = "pytest" version = "7.4.4" description = "pytest: simple powerful testing with Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1653,6 +1739,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-cov" version = "4.1.0" description = "Pytest plugin for measuring coverage." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1671,6 +1758,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale name = "pytest-redis" version = "3.1.2" description = "Redis fixtures and fixture factories for Pytest." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1688,6 +1776,7 @@ redis = ">=3" name = "python-dateutil" version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1702,6 +1791,7 @@ six = ">=1.5" name = "python-editor" version = "1.0.4" description = "Programmatically open an editor, capture the result." +category = "dev" optional = false python-versions = "*" files = [ @@ -1714,6 +1804,7 @@ files = [ name = "python-lambda-4dn" version = "0.12.3" description = "FORKED for 4dn-dcic. Use to package and deploy lambda functions." +category = "main" optional = false python-versions = "*" files = [ @@ -1730,6 +1821,7 @@ docutils = ">=0.14" name = "pytz" version = "2020.5" description = "World timezone definitions, modern and historical" +category = "main" optional = false python-versions = "*" files = [ @@ -1741,6 +1833,7 @@ files = [ name = "pywin32" version = "227" description = "Python for Window Extensions" +category = "main" optional = false python-versions = "*" files = [ @@ -1762,6 +1855,7 @@ files = [ name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1822,6 +1916,7 @@ files = [ name = "ratelim" version = "0.1.6" description = "Makes it easy to respect rate limits." +category = "main" optional = false python-versions = "*" files = [ @@ -1836,6 +1931,7 @@ decorator = "*" name = "readchar" version = "4.1.0" description = "Library to easily read single chars and key strokes" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -1847,6 +1943,7 @@ files = [ name = "redis" version = "4.6.0" description = "Python client for Redis database and key-value store" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1865,6 +1962,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" name = "referencing" version = "0.35.1" description = "JSON Referencing + Python" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1880,6 +1978,7 @@ rpds-py = ">=0.7.0" name = "requests" version = "2.27.1" description = "Python HTTP for Humans." +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1901,6 +2000,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"] name = "requests-oauthlib" version = "2.0.0" description = "OAuthlib authentication support for Requests." +category = "main" optional = false python-versions = ">=3.4" files = [ @@ -1919,6 +2019,7 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] name = "rfc3986" version = "1.5.0" description = "Validating URI References per RFC 3986" +category = "main" optional = false python-versions = "*" files = [ @@ -1933,6 +2034,7 @@ idna2008 = ["idna"] name = "rpds-py" version = "0.18.1" description = "Python bindings to Rust's persistent data structures (rpds)" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2041,6 +2143,7 @@ files = [ name = "rsa" version = "4.9" description = "Pure-Python RSA implementation" +category = "main" optional = false python-versions = ">=3.6,<4" files = [ @@ -2055,6 +2158,7 @@ pyasn1 = ">=0.1.3" name = "s3transfer" version = "0.10.2" description = "An Amazon S3 Transfer Manager" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2072,6 +2176,7 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] name = "setuptools" version = "70.1.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2087,6 +2192,7 @@ testing = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metad name = "shortuuid" version = "1.0.13" description = "A generator library for concise, unambiguous and URL-safe UUIDs." +category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2098,6 +2204,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2109,6 +2216,7 @@ files = [ name = "smmap" version = "5.0.1" description = "A pure Python implementation of a sliding window memory map manager" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2120,6 +2228,7 @@ files = [ name = "soupsieve" version = "2.5" description = "A modern CSS selector implementation for Beautiful Soup." +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2131,6 +2240,7 @@ files = [ name = "structlog" version = "19.2.0" description = "Structured Logging for Python" +category = "main" optional = false python-versions = "*" files = [ @@ -2151,6 +2261,7 @@ tests = ["coverage", "freezegun (>=0.2.8)", "pretend", "pytest (>=3.3.0)", "pyth name = "tibanna" version = "5.2.2.1b1" description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud." +category = "main" optional = false python-versions = "<3.13,>=3.8" files = [ @@ -2169,6 +2280,7 @@ tomlkit = ">=0.11.0,<0.12.0" name = "tibanna-ff" version = "3.4.1.1b1" description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud." +category = "main" optional = false python-versions = "<3.13,>=3.8.1" files = [ @@ -2189,6 +2301,7 @@ tomlkit = ">=0.11.0,<0.12.0" name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -2200,6 +2313,7 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2211,6 +2325,7 @@ files = [ name = "tomlkit" version = "0.11.8" description = "Style preserving TOML library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2222,6 +2337,7 @@ files = [ name = "tqdm" version = "4.66.4" description = "Fast, Extensible Progress Meter" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2242,6 +2358,7 @@ telegram = ["requests"] name = "translationstring" version = "1.4" description = "Utility library for i18n relied on by various Repoze and Pyramid packages" +category = "main" optional = false python-versions = "*" files = [ @@ -2256,6 +2373,7 @@ docs = ["Sphinx (>=1.3.1)", "docutils", "pylons-sphinx-themes"] name = "typing-extensions" version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2267,6 +2385,7 @@ files = [ name = "tzdata" version = "2024.1" description = "Provider of IANA time zone data" +category = "main" optional = false python-versions = ">=2" files = [ @@ -2278,6 +2397,7 @@ files = [ name = "tzlocal" version = "5.2" description = "tzinfo object for the local timezone" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2296,6 +2416,7 @@ devenv = ["check-manifest", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3) name = "uritemplate" version = "3.0.1" description = "URI templates" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2307,6 +2428,7 @@ files = [ name = "urllib3" version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ @@ -2323,6 +2445,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "venusian" version = "3.1.0" description = "A library for deferring decorator actions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -2338,6 +2461,7 @@ testing = ["coverage", "pytest", "pytest-cov"] name = "waitress" version = "3.0.0" description = "Waitress WSGI server" +category = "main" optional = false python-versions = ">=3.8.0" files = [ @@ -2353,6 +2477,7 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] name = "wcwidth" version = "0.2.13" description = "Measures the displayed width of unicode strings in a terminal" +category = "dev" optional = false python-versions = "*" files = [ @@ -2364,6 +2489,7 @@ files = [ name = "webob" version = "1.8.7" description = "WSGI request and response object" +category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" files = [ @@ -2379,6 +2505,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] name = "websocket-client" version = "1.8.0" description = "WebSocket client for Python with low level API options" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2395,6 +2522,7 @@ test = ["websockets"] name = "webtest" version = "2.0.35" description = "Helper to test WSGI applications" +category = "main" optional = false python-versions = "*" files = [ @@ -2416,6 +2544,7 @@ tests = ["PasteDeploy", "WSGIProxy2", "coverage", "mock", "nose (<1.3.0)", "pyqu name = "wheel" version = "0.43.0" description = "A built-package format for Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ @@ -2430,6 +2559,7 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] name = "zipp" version = "3.19.2" description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -2445,6 +2575,7 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", name = "zope-deprecation" version = "5.0" description = "Zope Deprecation Infrastructure" +category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -2463,6 +2594,7 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.4.post2" description = "Interfaces for Python" +category = "main" optional = false python-versions = ">=3.7" files = [