From 6993f870371a72c5055a995cb9747b435eec390c Mon Sep 17 00:00:00 2001 From: bojanserafimov Date: Wed, 10 Jan 2024 09:24:17 -0500 Subject: [PATCH] Commit compiled requirement test files (#869) --- scripts/requirements/compiled/all-kinds.txt | 74 ++++++ scripts/requirements/compiled/black.txt | 17 ++ scripts/requirements/compiled/boto3.txt | 65 +++++ scripts/requirements/compiled/dtlssocket.txt | 5 + scripts/requirements/compiled/flyte.txt | 256 +++++++++++++++++++ scripts/requirements/compiled/pdm_2193.txt | 31 +++ scripts/requirements/compiled/scispacy.txt | 216 ++++++++++++++++ scripts/requirements/compiled/trio.txt | 81 ++++++ 8 files changed, 745 insertions(+) create mode 100644 scripts/requirements/compiled/all-kinds.txt create mode 100644 scripts/requirements/compiled/black.txt create mode 100644 scripts/requirements/compiled/boto3.txt create mode 100644 scripts/requirements/compiled/dtlssocket.txt create mode 100644 scripts/requirements/compiled/flyte.txt create mode 100644 scripts/requirements/compiled/pdm_2193.txt create mode 100644 scripts/requirements/compiled/scispacy.txt create mode 100644 scripts/requirements/compiled/trio.txt diff --git a/scripts/requirements/compiled/all-kinds.txt b/scripts/requirements/compiled/all-kinds.txt new file mode 100644 index 000000000..1e54bff2f --- /dev/null +++ b/scripts/requirements/compiled/all-kinds.txt @@ -0,0 +1,74 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/all-kinds.in +annotated-types==0.6.0 + # via pydantic +asgiref==3.7.2 + # via django +blinker==1.7.0 + # via flask +certifi==2023.11.17 + # via requests +cffi==1.16.0 + # via cryptography +charset-normalizer==3.3.2 + # via requests +click==8.1.7 + # via flask +cryptography==41.0.7 +defusedxml==0.7.1 + # via python3-openid +django==5.0.1 + # via django-allauth +django-allauth==0.51.0 +flask @ https://files.pythonhosted.org/packages/36/42/015c23096649b908c809c69388a805a571a3bea44362fe87e33fc3afa01f/flask-3.0.0-py3-none-any.whl +idna==3.6 + # via requests +itsdangerous==2.1.2 + # via flask +jinja2==3.1.2 + # via flask +markupsafe==2.1.3 + # via + # jinja2 + # werkzeug +numpy==1.26.3 + # via pandas +oauthlib==3.2.2 + # via requests-oauthlib +pandas==2.1.4 +pycparser==2.21 + # via cffi +pydantic==2.5.3 + # via pydantic-extra-types +pydantic-core==2.14.6 + # via pydantic +pydantic-extra-types @ git+https://github.com/pydantic/pydantic-extra-types.git@5ebc5bba58605c656a821eed773973725e35cf83 +pyjwt==2.8.0 + # via django-allauth +python-dateutil==2.8.2 + # via pandas +python3-openid==3.2.0 + # via django-allauth +pytz==2023.3.post1 + # via pandas +requests==2.31.0 + # via + # django-allauth + # requests-oauthlib +requests-oauthlib==1.3.1 + # via django-allauth +six==1.16.0 + # via python-dateutil +sqlparse==0.4.4 + # via django +typing-extensions==4.9.0 + # via + # asgiref + # pydantic + # pydantic-core +tzdata==2023.4 + # via pandas +urllib3==2.1.0 + # via requests +werkzeug @ https://files.pythonhosted.org/packages/0d/cc/ff1904eb5eb4b455e442834dabf9427331ac0fa02853bf83db817a7dd53d/werkzeug-3.0.1.tar.gz + # via flask diff --git a/scripts/requirements/compiled/black.txt b/scripts/requirements/compiled/black.txt new file mode 100644 index 000000000..b4c49abf0 --- /dev/null +++ b/scripts/requirements/compiled/black.txt @@ -0,0 +1,17 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/black.in +black==23.12.1 +click==8.1.7 + # via black +mypy-extensions==1.0.0 + # via black +packaging==23.2 + # via black +pathspec==0.12.1 + # via black +platformdirs==4.1.0 + # via black +tomli==2.0.1 + # via black +typing-extensions==4.9.0 + # via black diff --git a/scripts/requirements/compiled/boto3.txt b/scripts/requirements/compiled/boto3.txt new file mode 100644 index 000000000..dd6e33d18 --- /dev/null +++ b/scripts/requirements/compiled/boto3.txt @@ -0,0 +1,65 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/boto3.in +boto3==1.7.84 +botocore==1.10.84 + # via + # boto3 + # s3transfer +cachetools==5.3.2 + # via google-auth +certifi==2023.11.17 + # via requests +cffi==1.16.0 + # via cryptography +charset-normalizer==3.3.2 + # via requests +cryptography==41.0.7 +docutils==0.20.1 + # via botocore +google-api-core==2.15.0 +google-auth==2.26.1 + # via google-api-core +googleapis-common-protos==1.62.0 + # via + # google-api-core + # grpcio-status +grpcio==1.60.0 + # via grpcio-status +grpcio-status==1.60.0 +idna==3.6 + # via requests +jmespath==0.10.0 + # via + # boto3 + # botocore +numpy==1.26.3 +packaging==23.2 +pip==23.3.2 +protobuf==4.25.1 + # via + # google-api-core + # googleapis-common-protos + # grpcio-status +pyasn1==0.5.1 + # via + # pyasn1-modules + # rsa +pyasn1-modules==0.3.0 + # via google-auth +pycparser==2.21 + # via cffi +python-dateutil==2.8.2 + # via botocore +pyyaml==6.0.1 +requests==2.31.0 + # via google-api-core +rsa==4.9 + # via google-auth +s3transfer==0.1.13 + # via boto3 +setuptools==69.0.3 +six==1.16.0 + # via python-dateutil +urllib3==2.1.0 + # via requests +wheel==0.42.0 diff --git a/scripts/requirements/compiled/dtlssocket.txt b/scripts/requirements/compiled/dtlssocket.txt new file mode 100644 index 000000000..a63dc1c8c --- /dev/null +++ b/scripts/requirements/compiled/dtlssocket.txt @@ -0,0 +1,5 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/dtlssocket.in +cython==0.29.37 + # via dtlssocket +dtlssocket==0.1.16 diff --git a/scripts/requirements/compiled/flyte.txt b/scripts/requirements/compiled/flyte.txt new file mode 100644 index 000000000..7ac4a160a --- /dev/null +++ b/scripts/requirements/compiled/flyte.txt @@ -0,0 +1,256 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/flyte.in +absl-py==2.0.0 + # via + # tensorboard + # tensorflow +asttokens==2.4.1 + # via stack-data +astunparse==1.6.3 + # via tensorflow +attrs==23.2.0 + # via hypothesis +autoflake==2.2.1 +cachetools==5.3.2 + # via google-auth +certifi==2023.11.17 + # via requests +cfgv==3.4.0 + # via pre-commit +charset-normalizer==3.3.2 + # via requests +codespell==2.2.6 +coverage==7.4.0 + # via pytest-cov +decorator==5.1.1 + # via ipython +distlib==0.3.8 + # via virtualenv +exceptiongroup==1.2.0 + # via + # hypothesis + # ipython + # pytest +executing==2.0.1 + # via stack-data +filelock==3.13.1 + # via virtualenv +flatbuffers==23.5.26 + # via tensorflow +gast==0.5.4 + # via tensorflow +google-api-core==2.15.0 + # via + # google-cloud-bigquery + # google-cloud-bigquery-storage + # google-cloud-core +google-auth==2.26.1 + # via + # google-api-core + # google-auth-oauthlib + # google-cloud-core + # tensorboard +google-auth-oauthlib==0.4.6 + # via tensorboard +google-cloud-bigquery==3.14.1 +google-cloud-bigquery-storage==2.24.0 +google-cloud-core==2.4.1 + # via google-cloud-bigquery +google-crc32c==1.5.0 + # via google-resumable-media +google-pasta==0.2.0 + # via tensorflow +google-resumable-media==2.7.0 + # via google-cloud-bigquery +googleapis-common-protos==1.62.0 + # via + # google-api-core + # grpcio-status +grpcio==1.60.0 + # via + # grpcio-status + # tensorboard + # tensorflow +grpcio-status==1.60.0 +h5py==3.10.0 + # via tensorflow +hypothesis==6.92.5 +identify==2.5.33 + # via pre-commit +idna==3.6 + # via requests +iniconfig==2.0.0 + # via pytest +ipython==8.20.0 +jaraco-classes==3.3.0 + # via keyrings-alt +jedi==0.19.1 + # via ipython +joblib==1.3.2 + # via scikit-learn +keras==2.8.0 + # via tensorflow +keras-preprocessing==1.1.2 + # via tensorflow +keyrings-alt==5.0.0 +libclang==16.0.6 + # via tensorflow +markdown==3.5.1 + # via tensorboard +markupsafe==2.1.3 + # via werkzeug +matplotlib-inline==0.1.6 + # via ipython +mock==5.1.0 +more-itertools==10.2.0 + # via jaraco-classes +mypy==1.8.0 +mypy-extensions==1.0.0 + # via mypy +nodeenv==1.8.0 + # via pre-commit +numpy==1.26.3 + # via + # h5py + # keras-preprocessing + # opt-einsum + # scikit-learn + # scipy + # tensorboard + # tensorflow +oauthlib==3.2.2 + # via requests-oauthlib +opt-einsum==3.3.0 + # via tensorflow +packaging==23.2 + # via + # google-cloud-bigquery + # pytest +parso==0.8.3 + # via jedi +pexpect==4.9.0 + # via ipython +pillow==10.2.0 +platformdirs==4.1.0 + # via virtualenv +pluggy==1.3.0 + # via pytest +pre-commit==3.6.0 +prometheus-client==0.19.0 +prompt-toolkit==3.0.43 + # via ipython +proto-plus==1.23.0 + # via google-cloud-bigquery-storage +protobuf==4.25.1 + # via + # google-api-core + # google-cloud-bigquery-storage + # googleapis-common-protos + # grpcio-status + # proto-plus + # tensorboard + # tensorflow +ptyprocess==0.7.0 + # via pexpect +pure-eval==0.2.2 + # via stack-data +pyasn1==0.5.1 + # via + # pyasn1-modules + # rsa +pyasn1-modules==0.3.0 + # via google-auth +pyflakes==3.2.0 + # via autoflake +pygments==2.17.2 + # via ipython +pytest==7.4.4 + # via + # pytest-asyncio + # pytest-cov +pytest-asyncio==0.23.3 +pytest-cov==4.1.0 +python-dateutil==2.8.2 + # via google-cloud-bigquery +pyyaml==6.0.1 + # via pre-commit +requests==2.31.0 + # via + # google-api-core + # google-cloud-bigquery + # requests-oauthlib + # tensorboard +requests-oauthlib==1.3.1 + # via google-auth-oauthlib +rsa==4.9 + # via google-auth +scikit-learn==1.3.2 +scipy==1.11.4 + # via scikit-learn +setuptools==69.0.3 + # via + # nodeenv + # tensorboard + # tensorflow +six==1.16.0 + # via + # asttokens + # astunparse + # google-pasta + # keras-preprocessing + # python-dateutil + # tensorflow +sortedcontainers==2.4.0 + # via hypothesis +stack-data==0.6.3 + # via ipython +tensorboard==2.8.0 + # via tensorflow +tensorboard-data-server==0.6.1 + # via tensorboard +tensorboard-plugin-wit==1.8.1 + # via tensorboard +tensorflow==2.8.1 +tensorflow-estimator==2.8.0 + # via tensorflow +tensorflow-io-gcs-filesystem==0.35.0 + # via tensorflow +termcolor==2.4.0 + # via tensorflow +threadpoolctl==3.2.0 + # via scikit-learn +tomli==2.0.1 + # via + # autoflake + # mypy + # pytest +torch==1.12.1 +traitlets==5.14.1 + # via + # ipython + # matplotlib-inline +types-croniter==2.0.0.20240106 +types-mock==5.1.0.20240106 +types-protobuf==4.24.0.20240106 +types-requests==2.31.0.20240106 +typing-extensions==4.9.0 + # via + # mypy + # tensorflow + # torch +urllib3==2.1.0 + # via + # requests + # types-requests +virtualenv==20.25.0 + # via pre-commit +wcwidth==0.2.13 + # via prompt-toolkit +werkzeug==3.0.1 + # via tensorboard +wheel==0.42.0 + # via + # astunparse + # tensorboard +wrapt==1.16.0 + # via tensorflow diff --git a/scripts/requirements/compiled/pdm_2193.txt b/scripts/requirements/compiled/pdm_2193.txt new file mode 100644 index 000000000..d5e77dca3 --- /dev/null +++ b/scripts/requirements/compiled/pdm_2193.txt @@ -0,0 +1,31 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/pdm_2193.in +certifi==2023.11.17 + # via requests +charset-normalizer==3.3.2 + # via requests +idna==3.6 + # via requests +numpy==1.26.3 + # via pandas +pandas==1.3.5 +pystac==1.9.0 + # via pystac-client +pystac-client==0.6.1 +python-dateutil==2.7.5 + # via + # pandas + # pystac + # pystac-client + # sat-stac +pytz==2023.3.post1 + # via pandas +requests==2.31.0 + # via + # pystac-client + # sat-stac +sat-stac==0.4.1 +six==1.16.0 + # via python-dateutil +urllib3==2.1.0 + # via requests diff --git a/scripts/requirements/compiled/scispacy.txt b/scripts/requirements/compiled/scispacy.txt new file mode 100644 index 000000000..d2022e010 --- /dev/null +++ b/scripts/requirements/compiled/scispacy.txt @@ -0,0 +1,216 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/scispacy.in +annotated-types==0.6.0 + # via pydantic +black==23.12.1 +blis==0.7.11 + # via thinc +catalogue==2.0.10 + # via + # spacy + # srsly + # thinc +certifi==2023.11.17 + # via requests +cffi==1.16.0 + # via cryptography +charset-normalizer==3.3.2 + # via requests +click==8.1.7 + # via + # black + # typer +confection==0.1.4 + # via thinc +conllu==4.5.3 +coverage==7.4.0 + # via pytest-cov +cryptography==41.0.7 + # via secretstorage +cymem==2.0.8 + # via + # preshed + # spacy + # thinc +docutils==0.20.1 + # via readme-renderer +exceptiongroup==1.2.0 + # via pytest +flake8==7.0.0 +idna==3.6 + # via requests +importlib-metadata==7.0.1 + # via + # keyring + # twine +iniconfig==2.0.0 + # via pytest +jaraco-classes==3.3.0 + # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage +jinja2==3.1.2 + # via spacy +joblib==1.3.2 + # via scikit-learn +keyring==24.3.0 + # via twine +langcodes==3.3.0 + # via spacy +markdown-it-py==3.0.0 + # via rich +markupsafe==2.1.3 + # via jinja2 +mccabe==0.7.0 + # via flake8 +mdurl==0.1.2 + # via markdown-it-py +more-itertools==10.2.0 + # via jaraco-classes +murmurhash==1.0.10 + # via + # preshed + # spacy + # thinc +mypy==1.8.0 +mypy-extensions==1.0.0 + # via + # black + # mypy +nh3==0.2.15 + # via readme-renderer +numpy==1.26.3 + # via + # blis + # pandas + # scikit-learn + # scipy + # spacy + # thinc +packaging==23.2 + # via + # black + # pytest + # spacy + # thinc +pandas==2.1.4 +pathspec==0.12.1 + # via black +pathy==0.10.3 + # via spacy +pkginfo==1.9.6 + # via twine +platformdirs==4.1.0 + # via black +pluggy==1.3.0 + # via pytest +preshed==3.0.9 + # via + # spacy + # thinc +pycodestyle==2.11.1 + # via flake8 +pycparser==2.21 + # via cffi +pydantic==2.5.3 + # via + # confection + # spacy + # thinc +pydantic-core==2.14.6 + # via pydantic +pyflakes==3.2.0 + # via flake8 +pygments==2.17.2 + # via + # readme-renderer + # rich +pysbd==0.3.4 +pytest==7.4.4 + # via pytest-cov +pytest-cov==4.1.0 +python-dateutil==2.8.2 + # via pandas +pytz==2023.3.post1 + # via pandas +readme-renderer==42.0 + # via twine +requests==2.31.0 + # via + # requests-toolbelt + # spacy + # twine +requests-toolbelt==1.0.0 + # via twine +rfc3986==2.0.0 + # via twine +rich==13.7.0 + # via twine +scikit-learn==1.3.2 +scipy==1.10.1 + # via scikit-learn +secretstorage==3.3.3 + # via keyring +setuptools==69.0.3 + # via + # spacy + # spacy-lookups-data + # thinc +six==1.16.0 + # via python-dateutil +smart-open==6.4.0 + # via + # pathy + # spacy +spacy==3.6.1 +spacy-legacy==3.0.12 + # via spacy +spacy-loggers==1.0.5 + # via spacy +spacy-lookups-data==1.0.5 +srsly==2.4.8 + # via + # confection + # spacy + # thinc +thinc==8.1.12 + # via spacy +threadpoolctl==3.2.0 + # via scikit-learn +tomli==2.0.1 + # via + # black + # mypy + # pytest +tqdm==4.66.1 + # via spacy +twine==4.0.2 +typer==0.9.0 + # via + # pathy + # spacy +types-requests==2.31.0.20240106 +types-setuptools==69.0.0.20240106 +types-tabulate==0.9.0.20240106 +typing-extensions==4.9.0 + # via + # black + # mypy + # pydantic + # pydantic-core + # typer +tzdata==2023.4 + # via pandas +urllib3==2.1.0 + # via + # requests + # twine + # types-requests +wasabi==1.1.2 + # via + # spacy + # thinc +zipp==3.17.0 + # via importlib-metadata diff --git a/scripts/requirements/compiled/trio.txt b/scripts/requirements/compiled/trio.txt new file mode 100644 index 000000000..1e575ea91 --- /dev/null +++ b/scripts/requirements/compiled/trio.txt @@ -0,0 +1,81 @@ +# This file was autogenerated by Puffin v0.0.1 via the following command: +# puffin pip-compile scripts/requirements/trio.in +alabaster==0.7.15 + # via sphinx +attrs==23.2.0 + # via outcome +babel==2.14.0 + # via sphinx +certifi==2023.11.17 + # via requests +cffi==1.16.0 + # via cryptography +charset-normalizer==3.3.2 + # via requests +click==8.1.7 + # via towncrier +cryptography==41.0.7 + # via pyopenssl +docutils==0.19 + # via + # sphinx + # sphinx-rtd-theme +exceptiongroup==1.2.0 +idna==3.6 + # via requests +imagesize==1.4.1 + # via sphinx +immutables==0.20 +incremental==22.10.0 + # via towncrier +jinja2==3.1.2 + # via + # sphinx + # towncrier +markupsafe==2.1.3 + # via jinja2 +outcome==1.3.0.post0 +packaging==23.2 + # via sphinx +pycparser==2.21 + # via cffi +pygments==2.17.2 + # via sphinx +pyopenssl==23.3.0 +requests==2.31.0 + # via sphinx +sniffio==1.3.0 +snowballstemmer==2.2.0 + # via sphinx +sortedcontainers==2.4.0 +sphinx==6.1.3 + # via + # sphinx-rtd-theme + # sphinxcontrib-applehelp + # sphinxcontrib-devhelp + # sphinxcontrib-htmlhelp + # sphinxcontrib-jquery + # sphinxcontrib-qthelp + # sphinxcontrib-serializinghtml + # sphinxcontrib-trio +sphinx-rtd-theme==2.0.0 +sphinxcontrib-applehelp==1.0.7 + # via sphinx +sphinxcontrib-devhelp==1.0.5 + # via sphinx +sphinxcontrib-htmlhelp==2.0.4 + # via sphinx +sphinxcontrib-jquery==4.1 + # via sphinx-rtd-theme +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.6 + # via sphinx +sphinxcontrib-serializinghtml==1.1.9 + # via sphinx +sphinxcontrib-trio==1.1.2 +tomli==2.0.1 + # via towncrier +towncrier==23.11.0 +urllib3==2.1.0 + # via requests