diff --git a/data_gateway_sessions/requirements.txt b/data_gateway_sessions/requirements.txt index 53b4e2b..13e5343 100644 --- a/data_gateway_sessions/requirements.txt +++ b/data_gateway_sessions/requirements.txt @@ -1,58 +1,60 @@ -aerosense-tools @ git+https://github.com/aerosense-ai/aerosense-tools.git@0.10.1 ; python_version >= "3.10" and python_version < "3.11" -attrs==23.1.0 ; python_version >= "3.10" and python_version < "3.11" -blinker==1.6.2 ; python_version >= "3.10" and python_version < "3.11" -cachetools==5.3.1 ; python_version >= "3.10" and python_version < "3.11" -certifi==2023.5.7 ; python_version >= "3.10" and python_version < "3.11" -charset-normalizer==3.1.0 ; python_version >= "3.10" and python_version < "3.11" -click==8.1.3 ; python_version >= "3.10" and python_version < "3.11" -colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows" -coolname==1.1.0 ; python_version >= "3.10" and python_version < "3.11" -db-dtypes==1.1.1 ; python_version >= "3.10" and python_version < "3.11" -flask==2.3.2 ; python_version >= "3.10" and python_version < "3.11" -google-api-core==2.11.0 ; python_version >= "3.10" and python_version < "3.11" -google-api-core[grpc]==2.11.0 ; python_version >= "3.10" and python_version < "3.11" -google-auth==2.19.1 ; python_version >= "3.10" and python_version < "3.11" -google-cloud-bigquery-storage==2.20.0 ; python_version >= "3.10" and python_version < "3.11" -google-cloud-bigquery[bqstorage,pandas]==3.11.1 ; python_version >= "3.10" and python_version < "3.11" -google-cloud-core==2.3.2 ; python_version >= "3.10" and python_version < "3.11" -google-cloud-pubsub==2.17.1 ; python_version >= "3.10" and python_version < "3.11" -google-cloud-secret-manager==2.16.1 ; python_version >= "3.10" and python_version < "3.11" -google-cloud-storage==2.9.0 ; python_version >= "3.10" and python_version < "3.11" -google-crc32c==1.5.0 ; python_version >= "3.10" and python_version < "3.11" -google-resumable-media==2.5.0 ; python_version >= "3.10" and python_version < "3.11" -googleapis-common-protos==1.59.1 ; python_version >= "3.10" and python_version < "3.11" -googleapis-common-protos[grpc]==1.59.1 ; python_version >= "3.10" and python_version < "3.11" -grpc-google-iam-v1==0.12.6 ; python_version >= "3.10" and python_version < "3.11" -grpcio-status==1.54.2 ; python_version >= "3.10" and python_version < "3.11" -grpcio==1.54.2 ; python_version >= "3.10" and python_version < "3.11" -gunicorn==20.1.0 ; python_version >= "3.10" and python_version < "3.11" -idna==3.4 ; python_version >= "3.10" and python_version < "3.11" -itsdangerous==2.1.2 ; python_version >= "3.10" and python_version < "3.11" -jinja2==3.1.2 ; python_version >= "3.10" and python_version < "3.11" -jsonschema==4.4.0 ; python_version >= "3.10" and python_version < "3.11" -markupsafe==2.1.3 ; python_version >= "3.10" and python_version < "3.11" -numpy==1.24.3 ; python_version >= "3.10" and python_version < "3.11" -octue==0.46.1 ; python_version >= "3.10" and python_version < "3.11" -packaging==21.3 ; python_version >= "3.10" and python_version < "3.11" -pandas==2.0.2 ; python_version >= "3.10" and python_version < "3.11" -plotly==5.15.0 ; python_version >= "3.10" and python_version < "3.11" -proto-plus==1.22.2 ; python_version >= "3.10" and python_version < "3.11" -protobuf==4.23.2 ; python_version >= "3.10" and python_version < "3.11" -pyarrow==12.0.1 ; python_version >= "3.10" and python_version < "3.11" -pyasn1-modules==0.3.0 ; python_version >= "3.10" and python_version < "3.11" -pyasn1==0.5.0 ; python_version >= "3.10" and python_version < "3.11" -pyparsing==3.0.9 ; python_version >= "3.10" and python_version < "3.11" -pyrsistent==0.19.3 ; python_version >= "3.10" and python_version < "3.11" -python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "3.11" -python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "3.11" -pytz==2023.3 ; python_version >= "3.10" and python_version < "3.11" -pyyaml==6.0 ; python_version >= "3.10" and python_version < "3.11" -requests==2.31.0 ; python_version >= "3.10" and python_version < "3.11" -rsa==4.9 ; python_version >= "3.10" and python_version < "3.11" -setuptools==67.8.0 ; python_version >= "3.10" and python_version < "3.11" -six==1.16.0 ; python_version >= "3.10" and python_version < "3.11" -tenacity==8.2.2 ; python_version >= "3.10" and python_version < "3.11" -twined==0.5.2 ; python_version >= "3.10" and python_version < "3.11" -tzdata==2023.3 ; python_version >= "3.10" and python_version < "3.11" -urllib3==1.26.16 ; python_version >= "3.10" and python_version < "3.11" -werkzeug==2.3.6 ; python_version >= "3.10" and python_version < "3.11" +aerosense-tools @ git+https://github.com/aerosense-ai/aerosense-tools.git@0.10.1 ; python_version >= "3.9" and python_version < "3.11" +attrs==23.1.0 ; python_version >= "3.9" and python_version < "3.11" +blinker==1.6.2 ; python_version >= "3.9" and python_version < "3.11" +cachetools==5.3.1 ; python_version >= "3.9" and python_version < "3.11" +certifi==2023.5.7 ; python_version >= "3.9" and python_version < "3.11" +charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "3.11" +click==8.1.3 ; python_version >= "3.9" and python_version < "3.11" +colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.11" and platform_system == "Windows" +coolname==1.1.0 ; python_version >= "3.9" and python_version < "3.11" +db-dtypes==1.1.1 ; python_version >= "3.9" and python_version < "3.11" +flask==2.3.2 ; python_version >= "3.9" and python_version < "3.11" +google-api-core==2.11.0 ; python_version >= "3.9" and python_version < "3.11" +google-api-core[grpc]==2.11.0 ; python_version >= "3.9" and python_version < "3.11" +google-auth==2.19.1 ; python_version >= "3.9" and python_version < "3.11" +google-cloud-bigquery-storage==2.20.0 ; python_version >= "3.9" and python_version < "3.11" +google-cloud-bigquery[bqstorage,pandas]==3.11.1 ; python_version >= "3.9" and python_version < "3.11" +google-cloud-core==2.3.2 ; python_version >= "3.9" and python_version < "3.11" +google-cloud-pubsub==2.17.1 ; python_version >= "3.9" and python_version < "3.11" +google-cloud-secret-manager==2.16.1 ; python_version >= "3.9" and python_version < "3.11" +google-cloud-storage==2.9.0 ; python_version >= "3.9" and python_version < "3.11" +google-crc32c==1.5.0 ; python_version >= "3.9" and python_version < "3.11" +google-resumable-media==2.5.0 ; python_version >= "3.9" and python_version < "3.11" +googleapis-common-protos==1.59.1 ; python_version >= "3.9" and python_version < "3.11" +googleapis-common-protos[grpc]==1.59.1 ; python_version >= "3.9" and python_version < "3.11" +grpc-google-iam-v1==0.12.6 ; python_version >= "3.9" and python_version < "3.11" +grpcio-status==1.54.2 ; python_version >= "3.9" and python_version < "3.11" +grpcio==1.54.2 ; python_version >= "3.9" and python_version < "3.11" +gunicorn==20.1.0 ; python_version >= "3.9" and python_version < "3.11" +idna==3.4 ; python_version >= "3.9" and python_version < "3.11" +importlib-metadata==6.6.0 ; python_version >= "3.9" and python_version < "3.10" +itsdangerous==2.1.2 ; python_version >= "3.9" and python_version < "3.11" +jinja2==3.1.2 ; python_version >= "3.9" and python_version < "3.11" +jsonschema==4.4.0 ; python_version >= "3.9" and python_version < "3.11" +markupsafe==2.1.3 ; python_version >= "3.9" and python_version < "3.11" +numpy==1.24.3 ; python_version >= "3.9" and python_version < "3.11" +octue==0.46.1 ; python_version >= "3.9" and python_version < "3.11" +packaging==21.3 ; python_version >= "3.9" and python_version < "3.11" +pandas==2.0.2 ; python_version >= "3.9" and python_version < "3.11" +plotly==5.15.0 ; python_version >= "3.9" and python_version < "3.11" +proto-plus==1.22.2 ; python_version >= "3.9" and python_version < "3.11" +protobuf==4.23.2 ; python_version >= "3.9" and python_version < "3.11" +pyarrow==12.0.1 ; python_version >= "3.9" and python_version < "3.11" +pyasn1-modules==0.3.0 ; python_version >= "3.9" and python_version < "3.11" +pyasn1==0.5.0 ; python_version >= "3.9" and python_version < "3.11" +pyparsing==3.0.9 ; python_version >= "3.9" and python_version < "3.11" +pyrsistent==0.19.3 ; python_version >= "3.9" and python_version < "3.11" +python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "3.11" +python-dotenv==1.0.0 ; python_version >= "3.9" and python_version < "3.11" +pytz==2023.3 ; python_version >= "3.9" and python_version < "3.11" +pyyaml==6.0 ; python_version >= "3.9" and python_version < "3.11" +requests==2.31.0 ; python_version >= "3.9" and python_version < "3.11" +rsa==4.9 ; python_version >= "3.9" and python_version < "3.11" +setuptools==67.8.0 ; python_version >= "3.9" and python_version < "3.11" +six==1.16.0 ; python_version >= "3.9" and python_version < "3.11" +tenacity==8.2.2 ; python_version >= "3.9" and python_version < "3.11" +twined==0.5.2 ; python_version >= "3.9" and python_version < "3.11" +tzdata==2023.3 ; python_version >= "3.9" and python_version < "3.11" +urllib3==1.26.16 ; python_version >= "3.9" and python_version < "3.11" +werkzeug==2.3.6 ; python_version >= "3.9" and python_version < "3.11" +zipp==3.15.0 ; python_version >= "3.9" and python_version < "3.10" diff --git a/poetry.lock b/poetry.lock index 9853c47..fb4cdd8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -276,6 +276,7 @@ files = [ [package.dependencies] blinker = ">=1.6.2" click = ">=8.1.3" +importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""} itsdangerous = ">=2.1.2" Jinja2 = ">=3.1.2" Werkzeug = ">=2.3.3" @@ -735,6 +736,26 @@ files = [ {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, ] +[[package]] +name = "importlib-metadata" +version = "6.6.0" +description = "Read metadata from Python packages" +category = "main" +optional = false +python-versions = ">=3.7" +files = [ + {file = "importlib_metadata-6.6.0-py3-none-any.whl", hash = "sha256:43dd286a2cd8995d5eaef7fee2066340423b818ed3fd70adf0bad5f1fac53fed"}, + {file = "importlib_metadata-6.6.0.tar.gz", hash = "sha256:92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705"}, +] + +[package.dependencies] +zipp = ">=0.5" + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +perf = ["ipython"] +testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"] + [[package]] name = "itsdangerous" version = "2.1.2" @@ -980,7 +1001,10 @@ files = [ ] [package.dependencies] -numpy = {version = ">=1.21.0", markers = "python_version >= \"3.10\""} +numpy = [ + {version = ">=1.20.3", markers = "python_version < \"3.10\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, +] python-dateutil = ">=2.8.2" pytz = ">=2020.1" tzdata = ">=2022.1" @@ -1474,7 +1498,23 @@ MarkupSafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] +[[package]] +name = "zipp" +version = "3.15.0" +description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" +optional = false +python-versions = ">=3.7" +files = [ + {file = "zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"}, + {file = "zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] + [metadata] lock-version = "2.0" -python-versions = ">=3.10,<3.11" -content-hash = "770730bfaee07bab53e8295fec5bd393b385c15e35146d3f4ca9549d15176d47" +python-versions = ">=3.9,<3.11" +content-hash = "8660927ed5cbe324c195a00cf989bd045f8f873849c3b84827be088e1bd1be0a" diff --git a/pyproject.toml b/pyproject.toml index 6fe0e46..8a17df3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "data_gateway_sessions"}] [tool.poetry.dependencies] -python = ">=3.10,<3.11" +python = ">=3.9,<3.11" aerosense-tools = {git = "https://github.com/aerosense-ai/aerosense-tools.git", rev = "0.10.1"} [tool.poetry.group.dev.dependencies]