Last active
February 27, 2022 11:57
-
-
Save potiuk/2691ef71b0a124ff6b74f5653ee01d81 to your computer and use it in GitHub Desktop.
Airflow is installed (with warnings) but no backtracking occurs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@f7c21e8bf1c8:/opt/airflow# pip install ".[devel_all]" --upgrade --upgrade-strategy eager "dill<0.3.3" "certifi<2021.0.0" "google-ads<14.0.1" "github3.py<3.1.2" | |
Processing /opt/airflow | |
Preparing metadata (setup.py) ... done | |
Requirement already satisfied: dill<0.3.3 in /usr/local/lib/python3.7/site-packages (0.3.1.1) | |
Collecting dill<0.3.3 | |
Downloading dill-0.3.2.zip (177 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 KB 3.0 MB/s eta 0:00:00 | |
Preparing metadata (setup.py) ... done | |
Requirement already satisfied: certifi<2021.0.0 in /usr/local/lib/python3.7/site-packages (2020.12.5) | |
Requirement already satisfied: google-ads<14.0.1 in /usr/local/lib/python3.7/site-packages (14.0.0) | |
Requirement already satisfied: github3.py<3.1.2 in /usr/local/lib/python3.7/site-packages (3.0.0) | |
Collecting github3.py<3.1.2 | |
Downloading github3.py-3.1.1-py2.py3-none-any.whl (151 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.5/151.5 KB 21.8 MB/s eta 0:00:00 | |
Requirement already satisfied: alembic<2.0,>=1.5.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.7.6) | |
Requirement already satisfied: argcomplete>=1.10 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.12.3) | |
Collecting argcomplete>=1.10 | |
Downloading argcomplete-2.0.0-py2.py3-none-any.whl (37 kB) | |
Requirement already satisfied: attrs<21.0,>=20.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (20.3.0) | |
Requirement already satisfied: blinker in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.4) | |
Requirement already satisfied: cattrs!=1.7.*,~=1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.10.0) | |
Requirement already satisfied: colorlog>=4.0.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.8.0) | |
Collecting colorlog>=4.0.2 | |
Downloading colorlog-6.6.0-py2.py3-none-any.whl (11 kB) | |
Requirement already satisfied: connexion[flask,swagger-ui]>=2.10.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.11.2) | |
Collecting connexion[flask,swagger-ui]>=2.10.0 | |
Downloading connexion-2.12.0-py2.py3-none-any.whl (94 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.2/94.2 KB 52.2 MB/s eta 0:00:00 | |
Requirement already satisfied: cron-descriptor>=1.2.24 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.24) | |
Requirement already satisfied: croniter>=0.3.17 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.4) | |
Requirement already satisfied: cryptography>=0.9.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.4.8) | |
Collecting cryptography>=0.9.3 | |
Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 12.7 MB/s eta 0:00:00 | |
Requirement already satisfied: deprecated>=1.2.13 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.13) | |
Requirement already satisfied: flask<2.0,>=1.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.2) | |
Collecting flask<2.0,>=1.1.0 | |
Downloading Flask-1.1.4-py2.py3-none-any.whl (94 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 KB 39.0 MB/s eta 0:00:00 | |
Requirement already satisfied: flask-appbuilder==3.4.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.4.4) | |
Requirement already satisfied: flask-caching<2.0.0,>=1.5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.10.1) | |
Requirement already satisfied: flask-login<0.5,>=0.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.1) | |
Requirement already satisfied: flask-session<=0.4.0,>=0.3.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.0) | |
Requirement already satisfied: flask-wtf<0.15,>=0.14.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.14.3) | |
Requirement already satisfied: graphviz>=0.12 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.19.1) | |
Requirement already satisfied: gunicorn>=20.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (20.1.0) | |
Requirement already satisfied: httpx in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.22.0) | |
Requirement already satisfied: itsdangerous<2.0,>=1.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.0) | |
Requirement already satisfied: jinja2<3.1,>=2.10.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.0.3) | |
Requirement already satisfied: jsonschema<5.0,>=3.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.2.0) | |
Collecting jsonschema<5.0,>=3.2.0 | |
Downloading jsonschema-4.4.0-py3-none-any.whl (72 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.7/72.7 KB 46.5 MB/s eta 0:00:00 | |
Requirement already satisfied: lazy-object-proxy in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.7.1) | |
Requirement already satisfied: lockfile>=0.12.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.12.2) | |
Requirement already satisfied: markdown>=3.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.3.6) | |
Requirement already satisfied: markupsafe<2.1.0,>=1.1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.0.1) | |
Requirement already satisfied: marshmallow-oneofschema>=2.0.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.0.1) | |
Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (21.3) | |
Requirement already satisfied: pendulum>=2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.1.2) | |
Requirement already satisfied: pluggy>=1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: psutil>=4.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (5.9.0) | |
Requirement already satisfied: pygments>=2.0.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.11.2) | |
Requirement already satisfied: python-daemon>=2.2.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.3.0) | |
Requirement already satisfied: python-dateutil>=2.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.8.2) | |
Requirement already satisfied: python-nvd3>=0.15.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.15.0) | |
Requirement already satisfied: python-slugify>=5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (6.0.1) | |
Collecting python-slugify>=5.0 | |
Downloading python_slugify-6.1.0-py2.py3-none-any.whl (9.2 kB) | |
Requirement already satisfied: rich>=9.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (11.2.0) | |
Requirement already satisfied: setproctitle>=1.1.8 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.2) | |
Requirement already satisfied: sqlalchemy<1.4.10,>=1.3.18 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.4.9) | |
Requirement already satisfied: sqlalchemy_jsonfield>=1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: tabulate>=0.7.5 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.8.9) | |
Requirement already satisfied: tenacity>=6.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (8.0.1) | |
Requirement already satisfied: termcolor>=1.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.0) | |
Requirement already satisfied: unicodecsv>=0.14.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.14.1) | |
Requirement already satisfied: werkzeug>=1.0.1,~=1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.1) | |
Requirement already satisfied: typing-extensions>=3.7.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.10.0.2) | |
Collecting typing-extensions>=3.7.4 | |
Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) | |
Requirement already satisfied: importlib_metadata>=1.7 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.11.1) | |
Requirement already satisfied: importlib_resources>=5.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (5.4.0) | |
Requirement already satisfied: cached_property>=1.5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.5.2) | |
Requirement already satisfied: JIRA>1.0.7 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.1.1) | |
Requirement already satisfied: PyOpenSSL in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (20.0.1) | |
Collecting PyOpenSSL | |
Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 39.1 MB/s eta 0:00:00 | |
Requirement already satisfied: amqp in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (5.0.9) | |
Requirement already satisfied: analytics-python>=1.2.9 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.4.0) | |
Collecting apache-airflow-providers-http | |
Downloading apache_airflow_providers_http-2.0.3-py3-none-any.whl (21 kB) | |
Requirement already satisfied: apache-beam>=2.33.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.35.0) | |
Collecting apache-beam>=2.33.0 | |
Downloading apache_beam-2.36.0-cp37-cp37m-manylinux2010_x86_64.whl (10.1 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 21.7 MB/s eta 0:00:00 | |
Requirement already satisfied: arrow>=0.16.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.2) | |
Requirement already satisfied: asana>=0.10 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.10.3) | |
Requirement already satisfied: atlasclient>=0.1.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: authlib in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.15.5) | |
Requirement already satisfied: aws_xray_sdk in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.9.0) | |
Requirement already satisfied: azure-batch>=8.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (12.0.0) | |
Requirement already satisfied: azure-cosmos>=4.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.2.0) | |
Requirement already satisfied: azure-datalake-store>=0.0.45 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.0.52) | |
Requirement already satisfied: azure-identity>=1.3.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.7.1) | |
Requirement already satisfied: azure-keyvault>=4.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.1.0) | |
Requirement already satisfied: azure-kusto-data<0.1,>=0.0.43 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.0.45) | |
Requirement already satisfied: azure-mgmt-containerinstance<2.0,>=1.5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.5.0) | |
Requirement already satisfied: azure-mgmt-datafactory<2.0,>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.0) | |
Requirement already satisfied: azure-mgmt-datalake-store>=0.5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.5.0) | |
Requirement already satisfied: azure-mgmt-resource>=2.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (20.1.0) | |
Requirement already satisfied: azure-storage-blob<12.9.0,>=12.7.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (12.8.1) | |
Requirement already satisfied: azure-storage-common>=2.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.1.0) | |
Requirement already satisfied: azure-storage-file>=2.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.1.0) | |
Requirement already satisfied: bcrypt>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.2.0) | |
Requirement already satisfied: beautifulsoup4>=4.7.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.10.0) | |
Requirement already satisfied: black in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (22.1.0) | |
Requirement already satisfied: boto3>=1.15.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.21.4) | |
Collecting boto3>=1.15.0 | |
Downloading boto3-1.21.7-py3-none-any.whl (132 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.2/132.2 KB 52.7 MB/s eta 0:00:00 | |
Requirement already satisfied: bowler in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.9.0) | |
Requirement already satisfied: cassandra-driver>=3.13.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.25.0) | |
Requirement already satisfied: celery>=5.2.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (5.2.3) | |
Requirement already satisfied: cgroupspy>=0.1.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.2.1) | |
Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (8.0.4) | |
Requirement already satisfied: cloudant>=2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.15.0) | |
Requirement already satisfied: cloudpickle<1.5.0,>=1.4.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.4.1) | |
Requirement already satisfied: coverage in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (6.3.2) | |
Requirement already satisfied: cx_Oracle>=5.1.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (8.3.0) | |
Requirement already satisfied: dask<2021.6.1,>=2.9.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2021.6.0) | |
Requirement already satisfied: datadog>=0.14.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.43.0) | |
Requirement already satisfied: distributed<2.20,>=2.11.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.19.0) | |
Requirement already satisfied: dnspython>=1.13.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.2.0) | |
Requirement already satisfied: docker>=5.0.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (5.0.3) | |
Requirement already satisfied: elasticsearch-dbapi in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.2.9) | |
Requirement already satisfied: elasticsearch-dsl>=5.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (7.4.0) | |
Requirement already satisfied: elasticsearch>7 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (7.13.4) | |
Collecting elasticsearch>7 | |
Downloading elasticsearch-8.0.0-py3-none-any.whl (369 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 369.7/369.7 KB 50.3 MB/s eta 0:00:00 | |
Requirement already satisfied: eventlet>=0.9.7 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.33.0) | |
Requirement already satisfied: facebook-business>=6.0.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (12.0.1) | |
Requirement already satisfied: filelock in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.6.0) | |
Requirement already satisfied: flake8-colors in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.1.9) | |
Requirement already satisfied: flake8>=3.6.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.9.2) | |
Collecting flake8>=3.6.0 | |
Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 43.4 MB/s eta 0:00:00 | |
Requirement already satisfied: flaky in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.7.0) | |
Requirement already satisfied: flask-bcrypt>=0.7.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.7.1) | |
Requirement already satisfied: flower>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: freezegun in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.0) | |
Requirement already satisfied: gevent>=0.13 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (21.12.0) | |
Requirement already satisfied: gitpython in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.1.27) | |
Requirement already satisfied: google-api-core<3.0.0,>=1.25.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.31.5) | |
Collecting google-api-core<3.0.0,>=1.25.1 | |
Downloading google_api_core-2.5.0-py2.py3-none-any.whl (111 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.8/111.8 KB 100.7 MB/s eta 0:00:00 | |
Requirement already satisfied: google-api-python-client<2.0.0,>=1.6.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.12.10) | |
Requirement already satisfied: google-auth-httplib2>=0.0.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.1.0) | |
Requirement already satisfied: google-auth>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.35.0) | |
Collecting google-auth>=1.0.0 | |
Downloading google_auth-2.6.0-py2.py3-none-any.whl (156 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.3/156.3 KB 43.4 MB/s eta 0:00:00 | |
Requirement already satisfied: google-cloud-aiplatform<2.0.0,>=1.7.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.10.0) | |
Requirement already satisfied: google-cloud-automl>=2.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.6.0) | |
Collecting google-cloud-automl>=2.1.0 | |
Downloading google_cloud_automl-2.7.0-py2.py3-none-any.whl (289 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.9/289.9 KB 53.6 MB/s eta 0:00:00 | |
Requirement already satisfied: google-cloud-bigquery-datatransfer>=3.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.6.0) | |
Requirement already satisfied: google-cloud-bigtable<2.0.0,>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.7.0) | |
Requirement already satisfied: google-cloud-build>=3.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.8.0) | |
Requirement already satisfied: google-cloud-container<2.0.0,>=0.1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.1) | |
Requirement already satisfied: google-cloud-datacatalog>=3.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.6.2) | |
Requirement already satisfied: google-cloud-dataproc-metastore<2.0.0,>=1.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.1) | |
Requirement already satisfied: google-cloud-dataproc>=3.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.2.0) | |
Collecting google-cloud-dataproc>=3.1.0 | |
Downloading google_cloud_dataproc-3.3.0-py2.py3-none-any.whl (196 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.1/196.1 KB 43.7 MB/s eta 0:00:00 | |
Requirement already satisfied: google-cloud-dlp<2.0.0,>=0.11.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: google-cloud-kms>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.11.0) | |
Requirement already satisfied: google-cloud-language<2.0.0,>=1.1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: google-cloud-logging>=2.1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.0.0) | |
Requirement already satisfied: google-cloud-memcache<1.1.0,>=0.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: google-cloud-monitoring>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.8.0) | |
Requirement already satisfied: google-cloud-orchestration-airflow<2.0.0,>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.1) | |
Requirement already satisfied: google-cloud-os-login>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.5.1) | |
Collecting google-cloud-os-login>=2.0.0 | |
Downloading google_cloud_os_login-2.6.0-py2.py3-none-any.whl (43 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.7/43.7 KB 216.3 MB/s eta 0:00:00 | |
Requirement already satisfied: google-cloud-pubsub>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.9.0) | |
Requirement already satisfied: google-cloud-redis>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.5.1) | |
Collecting google-cloud-redis>=2.0.0 | |
Downloading google_cloud_redis-2.6.0-py2.py3-none-any.whl (97 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 107.3 MB/s eta 0:00:00 | |
Requirement already satisfied: google-cloud-secret-manager<2.0.0,>=0.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: google-cloud-spanner<2.0.0,>=1.10.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.19.1) | |
Requirement already satisfied: google-cloud-speech<2.0.0,>=0.36.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.2) | |
Requirement already satisfied: google-cloud-storage<2.0.0,>=1.30 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.44.0) | |
Requirement already satisfied: google-cloud-tasks>=2.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.7.2) | |
Collecting google-cloud-tasks>=2.0.0 | |
Downloading google_cloud_tasks-2.8.0-py2.py3-none-any.whl (211 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.6/211.6 KB 41.2 MB/s eta 0:00:00 | |
Requirement already satisfied: google-cloud-texttospeech<2.0.0,>=0.4.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.1) | |
Requirement already satisfied: google-cloud-translate<2.0.0,>=1.5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.7.0) | |
Requirement already satisfied: google-cloud-videointelligence<2.0.0,>=1.7.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.16.1) | |
Requirement already satisfied: google-cloud-vision<2.0.0,>=0.35.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: google-cloud-workflows<2.0.0,>=0.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.5.0) | |
Collecting google-cloud-workflows<2.0.0,>=0.1.0 | |
Downloading google_cloud_workflows-1.6.0-py2.py3-none-any.whl (136 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 136.1/136.1 KB 60.7 MB/s eta 0:00:00 | |
Requirement already satisfied: greenlet>=0.4.9 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.2) | |
Requirement already satisfied: grpcio-gcp>=0.2.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.2.2) | |
Requirement already satisfied: grpcio>=1.15.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.44.0) | |
Requirement already satisfied: hdfs[avro,dataframe,kerberos]>=2.0.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.6.0) | |
Requirement already satisfied: hmsclient>=0.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.1.1) | |
Requirement already satisfied: hvac>=0.10 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.11.2) | |
Requirement already satisfied: influxdb-client>=1.19.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.26.0) | |
Requirement already satisfied: ipdb in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.13.9) | |
Requirement already satisfied: jaydebeapi>=1.1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.3) | |
Requirement already satisfied: json-merge-patch>=0.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.2) | |
Requirement already satisfied: jsondiff in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.1) | |
Requirement already satisfied: jsonpath_ng>=1.5.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.5.3) | |
Requirement already satisfied: kubernetes>=3.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (22.6.0) | |
Requirement already satisfied: kylinpy>=2.6 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.8.4) | |
Requirement already satisfied: ldap3>=2.5.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.9.1) | |
Requirement already satisfied: mongomock in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.0.0) | |
Requirement already satisfied: moto>=2.2.12,~=2.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.3.2) | |
Requirement already satisfied: mypy==0.910 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.910) | |
Requirement already satisfied: mysql-connector-python>=8.0.11 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (8.0.28) | |
Requirement already satisfied: mysqlclient>=1.3.6 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.1.0) | |
Requirement already satisfied: neo4j>=4.2.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.4.1) | |
Requirement already satisfied: opsgenie-sdk>=2.1.5 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.1.5) | |
Requirement already satisfied: oss2>=2.14.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.15.0) | |
Requirement already satisfied: pandas-gbq<0.15.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.14.1) | |
Requirement already satisfied: pandas<1.4,>=0.17.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.5) | |
Requirement already satisfied: papermill[all]>=1.2.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.3.4) | |
Requirement already satisfied: parameterized in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.8.1) | |
Requirement already satisfied: paramiko in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.9.2) | |
Requirement already satisfied: pdpyras>=4.1.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.4.0) | |
Collecting pdpyras>=4.1.2 | |
Downloading pdpyras-4.5.0.tar.gz (28 kB) | |
Preparing metadata (setup.py) ... done | |
Requirement already satisfied: pinotdb>0.1.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.3.9) | |
Requirement already satisfied: pipdeptree in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.2.1) | |
Requirement already satisfied: plyvel in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.4.0) | |
Requirement already satisfied: pre-commit in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.17.0) | |
Requirement already satisfied: presto-python-client<0.8,>=0.7.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.7.0) | |
Requirement already satisfied: psycopg2-binary>=2.7.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.9.3) | |
Requirement already satisfied: pydruid>=0.4.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.6.2) | |
Requirement already satisfied: pyexasol>=0.5.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.24.0) | |
Requirement already satisfied: pygithub in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.54.1) | |
Collecting pygithub | |
Downloading PyGithub-1.55-py3-none-any.whl (291 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 291.7/291.7 KB 33.4 MB/s eta 0:00:00 | |
Requirement already satisfied: pykerberos>=1.1.13 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.1) | |
Requirement already satisfied: pymongo<4.0.0,>=3.6.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.12.3) | |
Requirement already satisfied: pymssql>=2.1.5 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.2.4) | |
Requirement already satisfied: pyodbc in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.0.32) | |
Requirement already satisfied: pypsrp in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.8.1) | |
Requirement already satisfied: pysftp in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.2.9) | |
Requirement already satisfied: pyspark in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.2.1) | |
Requirement already satisfied: pytest-asyncio in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.18.1) | |
Requirement already satisfied: pytest-cov in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.0.0) | |
Requirement already satisfied: pytest-httpx in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.20.0) | |
Requirement already satisfied: pytest-instafail in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.2) | |
Requirement already satisfied: pytest-rerunfailures~=9.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (9.1.1) | |
Requirement already satisfied: pytest-timeouts in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.1) | |
Requirement already satisfied: pytest-xdist in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.5.0) | |
Requirement already satisfied: pytest~=6.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (6.2.5) | |
Requirement already satisfied: python-jenkins>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.7.0) | |
Requirement already satisfied: python-jose in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.3.0) | |
Requirement already satisfied: python-ldap in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.4.0) | |
Requirement already satisfied: python-telegram-bot>=13.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (13.11) | |
Requirement already satisfied: pywinrm in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.2) | |
Requirement already satisfied: qds-sdk>=1.10.4 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.16.1) | |
Requirement already satisfied: redis~=3.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.5.3) | |
Requirement already satisfied: redshift_connector>=2.0.888 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.0.904) | |
Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.27.1) | |
Requirement already satisfied: requests_kerberos>=0.10.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.14.0) | |
Requirement already satisfied: requests_mock in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.9.3) | |
Requirement already satisfied: rich_click in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: scrapbook[all] in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.5.0) | |
Requirement already satisfied: semver in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.13.0) | |
Requirement already satisfied: sendgrid>=6.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (6.9.6) | |
Requirement already satisfied: sentry-sdk>=0.8.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.5.6) | |
Requirement already satisfied: simple-salesforce>=1.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.11.5) | |
Requirement already satisfied: slack_sdk>=3.0.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.15.1) | |
Requirement already satisfied: smbprotocol>=1.5.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.9.0) | |
Requirement already satisfied: snowflake-connector-python<2.7.2,>=2.4.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.7.1) | |
Requirement already satisfied: snowflake-sqlalchemy!=1.2.5,>=1.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.3) | |
Requirement already satisfied: sphinx-airflow-theme in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.0.6) | |
Requirement already satisfied: sphinx-argparse>=0.1.13 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.3.1) | |
Requirement already satisfied: sphinx-autoapi>=1.8.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.8.4) | |
Requirement already satisfied: sphinx-copybutton in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.5.0) | |
Requirement already satisfied: sphinx-jinja>=1.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.4.0) | |
Requirement already satisfied: sphinx-rtd-theme>=0.1.6 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: sphinx>=4.4.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.4.0) | |
Requirement already satisfied: sphinxcontrib-httpdomain>=1.7.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.8.0) | |
Requirement already satisfied: sphinxcontrib-redoc>=1.6.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.6.0) | |
Requirement already satisfied: sphinxcontrib-spelling>=7.3 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (7.3.2) | |
Requirement already satisfied: spython>=0.0.56 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.1.18) | |
Requirement already satisfied: sqlalchemy-bigquery>=1.2.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.3.0) | |
Collecting sqlalchemy-bigquery>=1.2.1 | |
Downloading sqlalchemy_bigquery-1.4.0-py2.py3-none-any.whl (32 kB) | |
Requirement already satisfied: sqlalchemy-drill>=1.1.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.1) | |
Requirement already satisfied: sqlalchemy_redshift>=0.8.6 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.8.9) | |
Requirement already satisfied: sqlparse>=0.4.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.2) | |
Requirement already satisfied: sshtunnel>=0.3.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.0) | |
Requirement already satisfied: statsd>=3.3.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.3.0) | |
Requirement already satisfied: tableauserverclient in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.17.0) | |
Requirement already satisfied: thrift>=0.9.2 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.15.0) | |
Requirement already satisfied: thrift_sasl>=0.2.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.4.3) | |
Requirement already satisfied: trino>=0.301.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.310.0) | |
Requirement already satisfied: twine in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.8.0) | |
Requirement already satisfied: types-Deprecated in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.2.5) | |
Requirement already satisfied: types-Markdown in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.3.12) | |
Requirement already satisfied: types-PyMySQL in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.13) | |
Requirement already satisfied: types-PyYAML in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (6.0.4) | |
Requirement already satisfied: types-boto in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.49.7) | |
Requirement already satisfied: types-certifi in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2021.10.8.1) | |
Requirement already satisfied: types-croniter in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.7) | |
Requirement already satisfied: types-docutils in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.17.6) | |
Collecting types-docutils | |
Downloading types_docutils-0.17.7-py3-none-any.whl (15 kB) | |
Requirement already satisfied: types-freezegun in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.6) | |
Requirement already satisfied: types-paramiko in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.8.13) | |
Requirement already satisfied: types-protobuf in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (3.19.12) | |
Requirement already satisfied: types-python-dateutil in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.8.9) | |
Requirement already satisfied: types-python-slugify in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (5.0.3) | |
Requirement already satisfied: types-pytz in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2021.3.5) | |
Requirement already satisfied: types-redis in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (4.1.16) | |
Collecting types-redis | |
Downloading types_redis-4.1.17-py3-none-any.whl (34 kB) | |
Requirement already satisfied: types-requests in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.27.10) | |
Collecting types-requests | |
Downloading types_requests-2.27.11-py3-none-any.whl (11 kB) | |
Requirement already satisfied: types-setuptools in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (57.4.9) | |
Requirement already satisfied: types-tabulate in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.8.5) | |
Requirement already satisfied: types-termcolor in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.1.3) | |
Requirement already satisfied: types-toml in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.10.4) | |
Requirement already satisfied: vertica-python>=0.5.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.0.3) | |
Requirement already satisfied: virtualenv in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (20.13.1) | |
Collecting virtualenv | |
Downloading virtualenv-20.13.2-py2.py3-none-any.whl (8.7 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 16.0 MB/s eta 0:00:00 | |
Requirement already satisfied: watchtower~=2.0.1 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.0.1) | |
Requirement already satisfied: wheel in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.37.1) | |
Requirement already satisfied: yamllint in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (1.26.3) | |
Requirement already satisfied: yandexcloud>=0.122.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.131.0) | |
Collecting yandexcloud>=0.122.0 | |
Downloading yandexcloud-0.140.0-py3-none-any.whl (1.6 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 16.9 MB/s eta 0:00:00 | |
Requirement already satisfied: zenpy>=2.0.24 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (2.0.24) | |
Requirement already satisfied: pyhive[hive]>=0.6.0 in /usr/local/lib/python3.7/site-packages (from apache-airflow==2.3.0.dev0) (0.6.4) | |
Requirement already satisfied: apispec[yaml]<4,>=3.3 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (3.3.2) | |
Requirement already satisfied: Flask-Babel<3,>=1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (2.0.0) | |
Requirement already satisfied: prison<1.0.0,>=0.2.1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (0.2.1) | |
Requirement already satisfied: marshmallow<4,>=3 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (3.14.1) | |
Requirement already satisfied: sqlalchemy-utils<1,>=0.32.21 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (0.38.2) | |
Requirement already satisfied: email-validator<2,>=1.0.5 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (1.1.3) | |
Requirement already satisfied: Flask-OpenID<2,>=1.2.5 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: PyJWT<2.0.0,>=1.7.1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (1.7.1) | |
Requirement already satisfied: marshmallow-sqlalchemy<0.27.0,>=0.22.0 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (0.26.1) | |
Requirement already satisfied: Flask-JWT-Extended<4,>=3.18 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (3.25.1) | |
Requirement already satisfied: colorama<1,>=0.3.9 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (0.4.4) | |
Requirement already satisfied: Flask-SQLAlchemy<3,>=2.4 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (2.5.1) | |
Requirement already satisfied: marshmallow-enum<2,>=1.5.1 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (1.5.1) | |
Requirement already satisfied: WTForms<3.0.0 in /usr/local/lib/python3.7/site-packages (from flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (2.3.3) | |
Requirement already satisfied: typed-ast<1.5.0,>=1.4.0 in /usr/local/lib/python3.7/site-packages (from mypy==0.910->apache-airflow==2.3.0.dev0) (1.4.3) | |
Requirement already satisfied: toml in /usr/local/lib/python3.7/site-packages (from mypy==0.910->apache-airflow==2.3.0.dev0) (0.10.2) | |
Requirement already satisfied: mypy-extensions<0.5.0,>=0.4.3 in /usr/local/lib/python3.7/site-packages (from mypy==0.910->apache-airflow==2.3.0.dev0) (0.4.3) | |
Requirement already satisfied: proto-plus==1.18.1 in /usr/local/lib/python3.7/site-packages (from google-ads<14.0.1) (1.18.1) | |
Requirement already satisfied: google-auth-oauthlib<1.0.0,>=0.3.0 in /usr/local/lib/python3.7/site-packages (from google-ads<14.0.1) (0.4.6) | |
Collecting google-auth-oauthlib<1.0.0,>=0.3.0 | |
Downloading google_auth_oauthlib-0.5.0-py2.py3-none-any.whl (18 kB) | |
Requirement already satisfied: setuptools>=40.3.0 in /usr/local/lib/python3.7/site-packages (from google-ads<14.0.1) (59.6.0) | |
Collecting setuptools>=40.3.0 | |
Downloading setuptools-60.9.3-py3-none-any.whl (1.1 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 17.9 MB/s eta 0:00:00 | |
Requirement already satisfied: nox==2020.12.31 in /usr/local/lib/python3.7/site-packages (from google-ads<14.0.1) (2020.12.31) | |
Requirement already satisfied: googleapis-common-protos<2.0.0,>=1.5.8 in /usr/local/lib/python3.7/site-packages (from google-ads<14.0.1) (1.54.0) | |
Collecting googleapis-common-protos<2.0.0,>=1.5.8 | |
Downloading googleapis_common_protos-1.55.0-py2.py3-none-any.whl (212 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 KB 47.2 MB/s eta 0:00:00 | |
Requirement already satisfied: PyYAML<6.0,>=5.1 in /usr/local/lib/python3.7/site-packages (from google-ads<14.0.1) (5.4.1) | |
Requirement already satisfied: py<2.0.0,>=1.4.0 in /usr/local/lib/python3.7/site-packages (from nox==2020.12.31->google-ads<14.0.1) (1.11.0) | |
Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.7/site-packages (from proto-plus==1.18.1->google-ads<14.0.1) (3.19.4) | |
Collecting github3.py<3.1.2 | |
Downloading github3.py-3.1.0-py2.py3-none-any.whl (151 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.3/151.3 KB 32.7 MB/s eta 0:00:00 | |
Requirement already satisfied: uritemplate>=3.0.0 in /usr/local/lib/python3.7/site-packages (from github3.py<3.1.2) (3.0.1) | |
Collecting uritemplate>=3.0.0 | |
Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) | |
Requirement already satisfied: jwcrypto>=0.5.0 in /usr/local/lib/python3.7/site-packages (from github3.py<3.1.2) (1.0) | |
Requirement already satisfied: Mako in /usr/local/lib/python3.7/site-packages (from alembic<2.0,>=1.5.1->apache-airflow==2.3.0.dev0) (1.1.6) | |
Requirement already satisfied: monotonic>=1.5 in /usr/local/lib/python3.7/site-packages (from analytics-python>=1.2.9->apache-airflow==2.3.0.dev0) (1.6) | |
Requirement already satisfied: backoff==1.10.0 in /usr/local/lib/python3.7/site-packages (from analytics-python>=1.2.9->apache-airflow==2.3.0.dev0) (1.10.0) | |
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.7/site-packages (from analytics-python>=1.2.9->apache-airflow==2.3.0.dev0) (1.16.0) | |
Requirement already satisfied: pytz>=2018.3 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (2021.3) | |
Requirement already satisfied: orjson<4.0 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (3.6.7) | |
Requirement already satisfied: pydot<2,>=1.2.0 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (1.4.2) | |
Requirement already satisfied: httplib2<0.20.0,>=0.8 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (0.19.1) | |
Requirement already satisfied: oauth2client<5,>=2.0.1 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (4.1.3) | |
Requirement already satisfied: pyarrow<7.0.0,>=0.15.1 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (6.0.1) | |
Requirement already satisfied: fastavro<2,>=0.21.4 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (1.4.9) | |
Requirement already satisfied: crcmod<2.0,>=1.7 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (1.7) | |
Requirement already satisfied: numpy<1.21.0,>=1.14.3 in /usr/local/lib/python3.7/site-packages (from apache-beam>=2.33.0->apache-airflow==2.3.0.dev0) (1.20.3) | |
Requirement already satisfied: requests-oauthlib<2.0,>=0.8.0 in /usr/local/lib/python3.7/site-packages (from asana>=0.10->apache-airflow==2.3.0.dev0) (1.3.1) | |
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests>=2.26.0->apache-airflow==2.3.0.dev0) (1.26.8) | |
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/site-packages (from requests>=2.26.0->apache-airflow==2.3.0.dev0) (2.0.12) | |
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests>=2.26.0->apache-airflow==2.3.0.dev0) (3.3) | |
Requirement already satisfied: msrest>=0.6.21 in /usr/local/lib/python3.7/site-packages (from azure-batch>=8.0.0->apache-airflow==2.3.0.dev0) (0.6.21) | |
Requirement already satisfied: msrestazure<2.0.0,>=0.4.32 in /usr/local/lib/python3.7/site-packages (from azure-batch>=8.0.0->apache-airflow==2.3.0.dev0) (0.6.4) | |
Requirement already satisfied: azure-common~=1.1 in /usr/local/lib/python3.7/site-packages (from azure-batch>=8.0.0->apache-airflow==2.3.0.dev0) (1.1.28) | |
Requirement already satisfied: azure-core<2.0.0,>=1.0.0 in /usr/local/lib/python3.7/site-packages (from azure-cosmos>=4.0.0->apache-airflow==2.3.0.dev0) (1.22.1) | |
Requirement already satisfied: adal>=0.4.2 in /usr/local/lib/python3.7/site-packages (from azure-datalake-store>=0.0.45->apache-airflow==2.3.0.dev0) (1.2.7) | |
Requirement already satisfied: cffi in /usr/local/lib/python3.7/site-packages (from azure-datalake-store>=0.0.45->apache-airflow==2.3.0.dev0) (1.15.0) | |
Requirement already satisfied: msal<2.0.0,>=1.12.0 in /usr/local/lib/python3.7/site-packages (from azure-identity>=1.3.1->apache-airflow==2.3.0.dev0) (1.17.0) | |
Requirement already satisfied: msal-extensions~=0.3.0 in /usr/local/lib/python3.7/site-packages (from azure-identity>=1.3.1->apache-airflow==2.3.0.dev0) (0.3.1) | |
Requirement already satisfied: azure-keyvault-secrets~=4.1 in /usr/local/lib/python3.7/site-packages (from azure-keyvault>=4.1.0->apache-airflow==2.3.0.dev0) (4.3.0) | |
Requirement already satisfied: azure-keyvault-keys~=4.1 in /usr/local/lib/python3.7/site-packages (from azure-keyvault>=4.1.0->apache-airflow==2.3.0.dev0) (4.4.0) | |
Requirement already satisfied: azure-keyvault-certificates~=4.1 in /usr/local/lib/python3.7/site-packages (from azure-keyvault>=4.1.0->apache-airflow==2.3.0.dev0) (4.3.0) | |
Requirement already satisfied: azure-mgmt-core<2.0.0,>=1.2.0 in /usr/local/lib/python3.7/site-packages (from azure-mgmt-datafactory<2.0,>=1.0.0->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: azure-mgmt-datalake-nspkg>=2.0.0 in /usr/local/lib/python3.7/site-packages (from azure-mgmt-datalake-store>=0.5.0->apache-airflow==2.3.0.dev0) (3.0.1) | |
Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.7/site-packages (from beautifulsoup4>=4.7.1->apache-airflow==2.3.0.dev0) (2.3.1) | |
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.7/site-packages (from boto3>=1.15.0->apache-airflow==2.3.0.dev0) (0.10.0) | |
Collecting botocore<1.25.0,>=1.24.7 | |
Downloading botocore-1.24.7-py3-none-any.whl (8.6 MB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 13.2 MB/s eta 0:00:00 | |
Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.7/site-packages (from boto3>=1.15.0->apache-airflow==2.3.0.dev0) (0.5.1) | |
Collecting s3transfer<0.6.0,>=0.5.0 | |
Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 KB 17.6 MB/s eta 0:00:00 | |
Requirement already satisfied: geomet<0.3,>=0.1 in /usr/local/lib/python3.7/site-packages (from cassandra-driver>=3.13.0->apache-airflow==2.3.0.dev0) (0.2.1.post1) | |
Requirement already satisfied: click-didyoumean>=0.0.3 in /usr/local/lib/python3.7/site-packages (from celery>=5.2.3->apache-airflow==2.3.0.dev0) (0.3.0) | |
Requirement already satisfied: kombu<6.0,>=5.2.3 in /usr/local/lib/python3.7/site-packages (from celery>=5.2.3->apache-airflow==2.3.0.dev0) (5.2.3) | |
Requirement already satisfied: vine<6.0,>=5.0.0 in /usr/local/lib/python3.7/site-packages (from celery>=5.2.3->apache-airflow==2.3.0.dev0) (5.0.0) | |
Requirement already satisfied: click-plugins>=1.1.1 in /usr/local/lib/python3.7/site-packages (from celery>=5.2.3->apache-airflow==2.3.0.dev0) (1.1.1) | |
Requirement already satisfied: billiard<4.0,>=3.6.4.0 in /usr/local/lib/python3.7/site-packages (from celery>=5.2.3->apache-airflow==2.3.0.dev0) (3.6.4.0) | |
Requirement already satisfied: click-repl>=0.2.0 in /usr/local/lib/python3.7/site-packages (from celery>=5.2.3->apache-airflow==2.3.0.dev0) (0.2.0) | |
Requirement already satisfied: clickclick<21,>=1.2 in /usr/local/lib/python3.7/site-packages (from connexion[flask,swagger-ui]>=2.10.0->apache-airflow==2.3.0.dev0) (20.10.2) | |
Requirement already satisfied: inflection<0.6,>=0.3.1 in /usr/local/lib/python3.7/site-packages (from connexion[flask,swagger-ui]>=2.10.0->apache-airflow==2.3.0.dev0) (0.5.1) | |
Requirement already satisfied: swagger-ui-bundle<0.1,>=0.0.2 in /usr/local/lib/python3.7/site-packages (from connexion[flask,swagger-ui]>=2.10.0->apache-airflow==2.3.0.dev0) (0.0.9) | |
Requirement already satisfied: fsspec>=0.6.0 in /usr/local/lib/python3.7/site-packages (from dask<2021.6.1,>=2.9.0->apache-airflow==2.3.0.dev0) (2022.1.0) | |
Collecting fsspec>=0.6.0 | |
Downloading fsspec-2022.2.0-py3-none-any.whl (134 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.9/134.9 KB 21.4 MB/s eta 0:00:00 | |
Requirement already satisfied: toolz>=0.8.2 in /usr/local/lib/python3.7/site-packages (from dask<2021.6.1,>=2.9.0->apache-airflow==2.3.0.dev0) (0.11.2) | |
Requirement already satisfied: partd>=0.3.10 in /usr/local/lib/python3.7/site-packages (from dask<2021.6.1,>=2.9.0->apache-airflow==2.3.0.dev0) (1.2.0) | |
Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib/python3.7/site-packages (from deprecated>=1.2.13->apache-airflow==2.3.0.dev0) (1.13.3) | |
Requirement already satisfied: tblib>=1.6.0 in /usr/local/lib/python3.7/site-packages (from distributed<2.20,>=2.11.1->apache-airflow==2.3.0.dev0) (1.7.0) | |
Requirement already satisfied: tornado>=5 in /usr/local/lib/python3.7/site-packages (from distributed<2.20,>=2.11.1->apache-airflow==2.3.0.dev0) (6.1) | |
Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /usr/local/lib/python3.7/site-packages (from distributed<2.20,>=2.11.1->apache-airflow==2.3.0.dev0) (2.4.0) | |
Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.7/site-packages (from distributed<2.20,>=2.11.1->apache-airflow==2.3.0.dev0) (1.0.3) | |
Requirement already satisfied: zict>=0.1.3 in /usr/local/lib/python3.7/site-packages (from distributed<2.20,>=2.11.1->apache-airflow==2.3.0.dev0) (2.0.0) | |
Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker>=5.0.3->apache-airflow==2.3.0.dev0) (1.2.3) | |
Collecting websocket-client>=0.32.0 | |
Downloading websocket_client-1.3.0-py3-none-any.whl (53 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.8/53.8 KB 224.7 MB/s eta 0:00:00 | |
Collecting elastic-transport<9,>=8 | |
Downloading elastic_transport-8.0.1-py3-none-any.whl (57 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 KB 155.2 MB/s eta 0:00:00 | |
Collecting elasticsearch>7 | |
Downloading elasticsearch-7.17.0-py2.py3-none-any.whl (385 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.7/385.7 KB 19.4 MB/s eta 0:00:00 | |
Requirement already satisfied: aiohttp in /usr/local/lib/python3.7/site-packages (from facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (3.8.1) | |
Requirement already satisfied: curlify>=2.1.0 in /usr/local/lib/python3.7/site-packages (from facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (2.2.1) | |
Requirement already satisfied: pycountry>=19.8.18 in /usr/local/lib/python3.7/site-packages (from facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (22.1.10) | |
Collecting flake8>=3.6.0 | |
Downloading flake8-4.0.0-py2.py3-none-any.whl (64 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 44.8 MB/s eta 0:00:00 | |
Requirement already satisfied: pyflakes<2.4.0,>=2.3.0 in /usr/local/lib/python3.7/site-packages (from flake8>=3.6.0->apache-airflow==2.3.0.dev0) (2.3.1) | |
Requirement already satisfied: mccabe<0.7.0,>=0.6.0 in /usr/local/lib/python3.7/site-packages (from flake8>=3.6.0->apache-airflow==2.3.0.dev0) (0.6.1) | |
Requirement already satisfied: pycodestyle<2.8.0,>=2.7.0 in /usr/local/lib/python3.7/site-packages (from flake8>=3.6.0->apache-airflow==2.3.0.dev0) (2.7.0) | |
Collecting jinja2<3.1,>=2.10.1 | |
Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.7/125.7 KB 70.8 MB/s eta 0:00:00 | |
Collecting flask<2.0,>=1.1.0 | |
Downloading Flask-1.1.3-py2.py3-none-any.whl (94 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.6/94.6 KB 30.6 MB/s eta 0:00:00 | |
Requirement already satisfied: cachelib in /usr/local/lib/python3.7/site-packages (from flask-session<=0.4.0,>=0.3.1->apache-airflow==2.3.0.dev0) (0.6.0) | |
Requirement already satisfied: prometheus-client>=0.8.0 in /usr/local/lib/python3.7/site-packages (from flower>=1.0.0->apache-airflow==2.3.0.dev0) (0.13.1) | |
Requirement already satisfied: humanize in /usr/local/lib/python3.7/site-packages (from flower>=1.0.0->apache-airflow==2.3.0.dev0) (4.0.0) | |
Requirement already satisfied: zope.interface in /usr/local/lib/python3.7/site-packages (from gevent>=0.13->apache-airflow==2.3.0.dev0) (5.4.0) | |
Requirement already satisfied: zope.event in /usr/local/lib/python3.7/site-packages (from gevent>=0.13->apache-airflow==2.3.0.dev0) (4.5.0) | |
Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.7/site-packages (from google-auth>=1.0.0->apache-airflow==2.3.0.dev0) (4.8) | |
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from google-auth>=1.0.0->apache-airflow==2.3.0.dev0) (4.2.2) | |
Collecting cachetools<6.0,>=2.0.0 | |
Downloading cachetools-5.0.0-py3-none-any.whl (9.1 kB) | |
Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.7/site-packages (from google-auth>=1.0.0->apache-airflow==2.3.0.dev0) (0.2.8) | |
Requirement already satisfied: google-cloud-bigquery<3.0.0dev,>=1.15.0 in /usr/local/lib/python3.7/site-packages (from google-cloud-aiplatform<2.0.0,>=1.7.1->apache-airflow==2.3.0.dev0) (2.34.0) | |
Requirement already satisfied: google-cloud-core<2.0dev,>=1.4.1 in /usr/local/lib/python3.7/site-packages (from google-cloud-bigtable<2.0.0,>=1.0.0->apache-airflow==2.3.0.dev0) (1.7.2) | |
Requirement already satisfied: grpc-google-iam-v1<0.13dev,>=0.12.3 in /usr/local/lib/python3.7/site-packages (from google-cloud-bigtable<2.0.0,>=1.0.0->apache-airflow==2.3.0.dev0) (0.12.3) | |
Requirement already satisfied: libcst>=0.2.5 in /usr/local/lib/python3.7/site-packages (from google-cloud-datacatalog>=3.0.0->apache-airflow==2.3.0.dev0) (0.4.1) | |
Requirement already satisfied: google-cloud-audit-log<1.0.0dev,>=0.1.0 in /usr/local/lib/python3.7/site-packages (from google-cloud-logging>=2.1.1->apache-airflow==2.3.0.dev0) (0.2.0) | |
Requirement already satisfied: google-cloud-appengine-logging<2.0.0dev,>=0.1.0 in /usr/local/lib/python3.7/site-packages (from google-cloud-logging>=2.1.1->apache-airflow==2.3.0.dev0) (1.1.0) | |
Requirement already satisfied: google-resumable-media<3.0dev,>=1.3.0 in /usr/local/lib/python3.7/site-packages (from google-cloud-storage<2.0.0,>=1.30->apache-airflow==2.3.0.dev0) (2.2.1) | |
Collecting google-resumable-media<3.0dev,>=1.3.0 | |
Downloading google_resumable_media-2.3.0-py2.py3-none-any.whl (76 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.8/76.8 KB 55.2 MB/s eta 0:00:00 | |
Requirement already satisfied: docopt in /usr/local/lib/python3.7/site-packages (from hdfs[avro,dataframe,kerberos]>=2.0.4->apache-airflow==2.3.0.dev0) (0.6.2) | |
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib_metadata>=1.7->apache-airflow==2.3.0.dev0) (3.7.0) | |
Requirement already satisfied: rx>=3.0.1 in /usr/local/lib/python3.7/site-packages (from influxdb-client>=1.19.0->apache-airflow==2.3.0.dev0) (3.2.0) | |
Requirement already satisfied: JPype1 in /usr/local/lib/python3.7/site-packages (from jaydebeapi>=1.1.1->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: keyring in /usr/local/lib/python3.7/site-packages (from JIRA>1.0.7->apache-airflow==2.3.0.dev0) (23.5.0) | |
Requirement already satisfied: requests-toolbelt in /usr/local/lib/python3.7/site-packages (from JIRA>1.0.7->apache-airflow==2.3.0.dev0) (0.9.1) | |
Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/site-packages (from JIRA>1.0.7->apache-airflow==2.3.0.dev0) (0.7.1) | |
Requirement already satisfied: ply in /usr/local/lib/python3.7/site-packages (from jsonpath_ng>=1.5.3->apache-airflow==2.3.0.dev0) (3.11) | |
Requirement already satisfied: decorator in /usr/local/lib/python3.7/site-packages (from jsonpath_ng>=1.5.3->apache-airflow==2.3.0.dev0) (5.1.1) | |
Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/local/lib/python3.7/site-packages (from jsonschema<5.0,>=3.2.0->apache-airflow==2.3.0.dev0) (0.16.1) | |
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 | |
Downloading pyrsistent-0.18.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.1/117.1 KB 49.4 MB/s eta 0:00:00 | |
Requirement already satisfied: pyasn1>=0.4.6 in /usr/local/lib/python3.7/site-packages (from ldap3>=2.5.1->apache-airflow==2.3.0.dev0) (0.4.8) | |
Requirement already satisfied: xmltodict in /usr/local/lib/python3.7/site-packages (from moto>=2.2.12,~=2.2->apache-airflow==2.3.0.dev0) (0.12.0) | |
Requirement already satisfied: responses>=0.9.0 in /usr/local/lib/python3.7/site-packages (from moto>=2.2.12,~=2.2->apache-airflow==2.3.0.dev0) (0.18.0) | |
Requirement already satisfied: pycryptodome>=3.4.7 in /usr/local/lib/python3.7/site-packages (from oss2>=2.14.0->apache-airflow==2.3.0.dev0) (3.14.1) | |
Requirement already satisfied: aliyun-python-sdk-kms>=2.4.1 in /usr/local/lib/python3.7/site-packages (from oss2>=2.14.0->apache-airflow==2.3.0.dev0) (2.15.0) | |
Requirement already satisfied: aliyun-python-sdk-core>=2.13.12 in /usr/local/lib/python3.7/site-packages (from oss2>=2.14.0->apache-airflow==2.3.0.dev0) (2.13.36) | |
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging>=14.0->apache-airflow==2.3.0.dev0) (2.4.7) | |
Collecting pyparsing!=3.0.5,>=2.0.2 | |
Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.0/98.0 KB 86.9 MB/s eta 0:00:00 | |
Requirement already satisfied: pydata-google-auth in /usr/local/lib/python3.7/site-packages (from pandas-gbq<0.15.0->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: ansiwrap in /usr/local/lib/python3.7/site-packages (from papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (0.8.4) | |
Requirement already satisfied: nbformat>=5.1.2 in /usr/local/lib/python3.7/site-packages (from papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (5.1.3) | |
Requirement already satisfied: nbclient>=0.2.0 in /usr/local/lib/python3.7/site-packages (from papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (0.5.11) | |
Requirement already satisfied: entrypoints in /usr/local/lib/python3.7/site-packages (from papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (0.4) | |
Requirement already satisfied: tqdm>=4.32.2 in /usr/local/lib/python3.7/site-packages (from papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (4.62.3) | |
Requirement already satisfied: gcsfs>=0.2.0 in /usr/local/lib/python3.7/site-packages (from papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (2022.1.0) | |
Collecting gcsfs>=0.2.0 | |
Downloading gcsfs-2022.2.0-py2.py3-none-any.whl (24 kB) | |
Requirement already satisfied: tomli>=1.1.0 in /usr/local/lib/python3.7/site-packages (from black->apache-airflow==2.3.0.dev0) (2.0.1) | |
Requirement already satisfied: platformdirs>=2 in /usr/local/lib/python3.7/site-packages (from black->apache-airflow==2.3.0.dev0) (2.5.1) | |
Requirement already satisfied: pathspec>=0.9.0 in /usr/local/lib/python3.7/site-packages (from black->apache-airflow==2.3.0.dev0) (0.9.0) | |
Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.7/site-packages (from paramiko->apache-airflow==2.3.0.dev0) (1.5.0) | |
Requirement already satisfied: pytzdata>=2020.1 in /usr/local/lib/python3.7/site-packages (from pendulum>=2.0->apache-airflow==2.3.0.dev0) (2020.1) | |
Requirement already satisfied: future in /usr/local/lib/python3.7/site-packages (from pyhive[hive]>=0.6.0->apache-airflow==2.3.0.dev0) (0.18.2) | |
Requirement already satisfied: sasl>=0.2.1 in /usr/local/lib/python3.7/site-packages (from pyhive[hive]>=0.6.0->apache-airflow==2.3.0.dev0) (0.3.1) | |
Requirement already satisfied: pyspnego<1.0.0 in /usr/local/lib/python3.7/site-packages (from pypsrp->apache-airflow==2.3.0.dev0) (0.5.0) | |
Requirement already satisfied: iniconfig in /usr/local/lib/python3.7/site-packages (from pytest~=6.0->apache-airflow==2.3.0.dev0) (1.1.1) | |
Requirement already satisfied: docutils in /usr/local/lib/python3.7/site-packages (from python-daemon>=2.2.4->apache-airflow==2.3.0.dev0) (0.16) | |
Collecting docutils | |
Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 KB 9.2 MB/s eta 0:00:00 | |
Requirement already satisfied: multi-key-dict in /usr/local/lib/python3.7/site-packages (from python-jenkins>=1.0.0->apache-airflow==2.3.0.dev0) (2.0.3) | |
Requirement already satisfied: pbr>=0.8.2 in /usr/local/lib/python3.7/site-packages (from python-jenkins>=1.0.0->apache-airflow==2.3.0.dev0) (5.8.1) | |
Requirement already satisfied: text-unidecode>=1.3 in /usr/local/lib/python3.7/site-packages (from python-slugify>=5.0->apache-airflow==2.3.0.dev0) (1.3) | |
Requirement already satisfied: APScheduler==3.6.3 in /usr/local/lib/python3.7/site-packages (from python-telegram-bot>=13.0->apache-airflow==2.3.0.dev0) (3.6.3) | |
Requirement already satisfied: tzlocal>=1.2 in /usr/local/lib/python3.7/site-packages (from APScheduler==3.6.3->python-telegram-bot>=13.0->apache-airflow==2.3.0.dev0) (4.1) | |
Requirement already satisfied: requests-ntlm>=0.3.0 in /usr/local/lib/python3.7/site-packages (from pywinrm->apache-airflow==2.3.0.dev0) (1.1.0) | |
Requirement already satisfied: boto>=2.45.0 in /usr/local/lib/python3.7/site-packages (from qds-sdk>=1.10.4->apache-airflow==2.3.0.dev0) (2.49.0) | |
Requirement already satisfied: scramp<1.5.0,>=1.2.0 in /usr/local/lib/python3.7/site-packages (from redshift_connector>=2.0.888->apache-airflow==2.3.0.dev0) (1.4.1) | |
Requirement already satisfied: lxml>=4.6.5 in /usr/local/lib/python3.7/site-packages (from redshift_connector>=2.0.888->apache-airflow==2.3.0.dev0) (4.8.0) | |
Requirement already satisfied: commonmark<0.10.0,>=0.9.0 in /usr/local/lib/python3.7/site-packages (from rich>=9.2.0->apache-airflow==2.3.0.dev0) (0.9.1) | |
Requirement already satisfied: python-http-client>=3.2.1 in /usr/local/lib/python3.7/site-packages (from sendgrid>=6.0.0->apache-airflow==2.3.0.dev0) (3.3.6) | |
Requirement already satisfied: starkbank-ecdsa>=2.0.1 in /usr/local/lib/python3.7/site-packages (from sendgrid>=6.0.0->apache-airflow==2.3.0.dev0) (2.0.3) | |
Requirement already satisfied: zeep in /usr/local/lib/python3.7/site-packages (from simple-salesforce>=1.0.0->apache-airflow==2.3.0.dev0) (4.1.0) | |
Requirement already satisfied: asn1crypto<2.0.0,>0.24.0 in /usr/local/lib/python3.7/site-packages (from snowflake-connector-python<2.7.2,>=2.4.1->apache-airflow==2.3.0.dev0) (1.4.0) | |
Requirement already satisfied: oscrypto<2.0.0 in /usr/local/lib/python3.7/site-packages (from snowflake-connector-python<2.7.2,>=2.4.1->apache-airflow==2.3.0.dev0) (1.2.1) | |
Requirement already satisfied: pycryptodomex!=3.5.0,<4.0.0,>=3.2 in /usr/local/lib/python3.7/site-packages (from snowflake-connector-python<2.7.2,>=2.4.1->apache-airflow==2.3.0.dev0) (3.14.1) | |
Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 KB 11.2 MB/s eta 0:00:00 | |
Requirement already satisfied: babel>=1.3 in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (2.9.1) | |
Requirement already satisfied: alabaster<0.8,>=0.7 in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (0.7.12) | |
Requirement already satisfied: sphinxcontrib-devhelp in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (1.0.2) | |
Requirement already satisfied: sphinxcontrib-applehelp in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (1.0.2) | |
Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.5 in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (1.1.5) | |
Requirement already satisfied: snowballstemmer>=1.1 in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (2.2.0) | |
Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (2.0.0) | |
Requirement already satisfied: imagesize in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: sphinxcontrib-qthelp in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (1.0.3) | |
Requirement already satisfied: sphinxcontrib-jsmath in /usr/local/lib/python3.7/site-packages (from sphinx>=4.4.0->apache-airflow==2.3.0.dev0) (1.0.1) | |
Requirement already satisfied: unidecode in /usr/local/lib/python3.7/site-packages (from sphinx-autoapi>=1.8.0->apache-airflow==2.3.0.dev0) (1.3.3) | |
Requirement already satisfied: astroid>=2.7 in /usr/local/lib/python3.7/site-packages (from sphinx-autoapi>=1.8.0->apache-airflow==2.3.0.dev0) (2.9.3) | |
Requirement already satisfied: PyEnchant>=3.1.1 in /usr/local/lib/python3.7/site-packages (from sphinxcontrib-spelling>=7.3->apache-airflow==2.3.0.dev0) (3.2.2) | |
Requirement already satisfied: ijson in /usr/local/lib/python3.7/site-packages (from sqlalchemy-drill>=1.1.0->apache-airflow==2.3.0.dev0) (3.1.4) | |
Requirement already satisfied: pure-sasl>=0.6.2 in /usr/local/lib/python3.7/site-packages (from thrift_sasl>=0.2.0->apache-airflow==2.3.0.dev0) (0.6.2) | |
Requirement already satisfied: distlib<1,>=0.3.1 in /usr/local/lib/python3.7/site-packages (from virtualenv->apache-airflow==2.3.0.dev0) (0.3.4) | |
Requirement already satisfied: moreorless>=0.2.0 in /usr/local/lib/python3.7/site-packages (from bowler->apache-airflow==2.3.0.dev0) (0.4.0) | |
Requirement already satisfied: volatile in /usr/local/lib/python3.7/site-packages (from bowler->apache-airflow==2.3.0.dev0) (2.1.0) | |
Requirement already satisfied: fissix in /usr/local/lib/python3.7/site-packages (from bowler->apache-airflow==2.3.0.dev0) (21.11.13) | |
Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.7/site-packages (from gitpython->apache-airflow==2.3.0.dev0) (4.0.9) | |
Requirement already satisfied: sniffio in /usr/local/lib/python3.7/site-packages (from httpx->apache-airflow==2.3.0.dev0) (1.2.0) | |
Requirement already satisfied: rfc3986[idna2008]<2,>=1.3 in /usr/local/lib/python3.7/site-packages (from httpx->apache-airflow==2.3.0.dev0) (1.5.0) | |
Requirement already satisfied: httpcore<0.15.0,>=0.14.5 in /usr/local/lib/python3.7/site-packages (from httpx->apache-airflow==2.3.0.dev0) (0.14.7) | |
Requirement already satisfied: ipython>=7.17.0 in /usr/local/lib/python3.7/site-packages (from ipdb->apache-airflow==2.3.0.dev0) (7.31.1) | |
Collecting ipython>=7.17.0 | |
Downloading ipython-7.32.0-py3-none-any.whl (793 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 793.9/793.9 KB 7.0 MB/s eta 0:00:00 | |
Requirement already satisfied: sentinels in /usr/local/lib/python3.7/site-packages (from mongomock->apache-airflow==2.3.0.dev0) (1.0.0) | |
Requirement already satisfied: pip>=6.0.0 in /usr/local/lib/python3.7/site-packages (from pipdeptree->apache-airflow==2.3.0.dev0) (22.0.3) | |
Requirement already satisfied: identify>=1.0.0 in /usr/local/lib/python3.7/site-packages (from pre-commit->apache-airflow==2.3.0.dev0) (2.4.10) | |
Collecting identify>=1.0.0 | |
Downloading identify-2.4.11-py2.py3-none-any.whl (98 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.5/98.5 KB 9.8 MB/s eta 0:00:00 | |
Requirement already satisfied: cfgv>=2.0.0 in /usr/local/lib/python3.7/site-packages (from pre-commit->apache-airflow==2.3.0.dev0) (3.3.1) | |
Requirement already satisfied: nodeenv>=0.11.1 in /usr/local/lib/python3.7/site-packages (from pre-commit->apache-airflow==2.3.0.dev0) (1.6.0) | |
Requirement already satisfied: py4j==0.10.9.3 in /usr/local/lib/python3.7/site-packages (from pyspark->apache-airflow==2.3.0.dev0) (0.10.9.3) | |
Requirement already satisfied: pytest-forked in /usr/local/lib/python3.7/site-packages (from pytest-xdist->apache-airflow==2.3.0.dev0) (1.4.0) | |
Requirement already satisfied: execnet>=1.1 in /usr/local/lib/python3.7/site-packages (from pytest-xdist->apache-airflow==2.3.0.dev0) (1.9.0) | |
Requirement already satisfied: ecdsa!=0.15 in /usr/local/lib/python3.7/site-packages (from python-jose->apache-airflow==2.3.0.dev0) (0.17.0) | |
Requirement already satisfied: pkginfo>=1.8.1 in /usr/local/lib/python3.7/site-packages (from twine->apache-airflow==2.3.0.dev0) (1.8.2) | |
Requirement already satisfied: readme-renderer>=21.0 in /usr/local/lib/python3.7/site-packages (from twine->apache-airflow==2.3.0.dev0) (32.0) | |
Collecting rfc3986>=1.4.0 | |
Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) | |
Requirement already satisfied: types-six in /usr/local/lib/python3.7/site-packages (from types-boto->apache-airflow==2.3.0.dev0) (1.16.10) | |
Requirement already satisfied: types-cryptography in /usr/local/lib/python3.7/site-packages (from types-paramiko->apache-airflow==2.3.0.dev0) (3.3.15) | |
Requirement already satisfied: types-urllib3<1.27 in /usr/local/lib/python3.7/site-packages (from types-requests->apache-airflow==2.3.0.dev0) (1.26.9) | |
Requirement already satisfied: azure-mgmt-nspkg>=3.0.0 in /usr/local/lib/python3.7/site-packages (from azure-mgmt-datalake-nspkg>=2.0.0->azure-mgmt-datalake-store>=0.5.0->apache-airflow==2.3.0.dev0) (3.0.2) | |
Requirement already satisfied: pycparser in /usr/local/lib/python3.7/site-packages (from cffi->azure-datalake-store>=0.0.45->apache-airflow==2.3.0.dev0) (2.21) | |
Requirement already satisfied: prompt-toolkit in /usr/local/lib/python3.7/site-packages (from click-repl>=0.2.0->celery>=5.2.3->apache-airflow==2.3.0.dev0) (3.0.28) | |
Requirement already satisfied: python3-openid>=2.0 in /usr/local/lib/python3.7/site-packages (from Flask-OpenID<2,>=1.2.5->flask-appbuilder==3.4.4->apache-airflow==2.3.0.dev0) (3.2.0) | |
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/site-packages (from aiohttp->facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (6.0.2) | |
Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.7/site-packages (from aiohttp->facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (1.2.0) | |
Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (1.7.2) | |
Requirement already satisfied: asynctest==0.13.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (0.13.0) | |
Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.7/site-packages (from aiohttp->facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (4.0.2) | |
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.7/site-packages (from aiohttp->facebook-business>=6.0.2->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.7/site-packages (from gitdb<5,>=4.0.1->gitpython->apache-airflow==2.3.0.dev0) (5.0.0) | |
Requirement already satisfied: google-cloud-bigquery-storage<3.0.0dev,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from google-cloud-bigquery<3.0.0dev,>=1.15.0->google-cloud-aiplatform<2.0.0,>=1.7.1->apache-airflow==2.3.0.dev0) (2.11.0) | |
Collecting google-cloud-bigquery-storage<3.0.0dev,>=2.0.0 | |
Downloading google_cloud_bigquery_storage-2.12.0-py2.py3-none-any.whl (179 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.1/179.1 KB 10.2 MB/s eta 0:00:00 | |
Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /usr/local/lib/python3.7/site-packages (from google-resumable-media<3.0dev,>=1.3.0->google-cloud-storage<2.0.0,>=1.30->apache-airflow==2.3.0.dev0) (1.3.0) | |
Requirement already satisfied: anyio==3.* in /usr/local/lib/python3.7/site-packages (from httpcore<0.15.0,>=0.14.5->httpx->apache-airflow==2.3.0.dev0) (3.5.0) | |
Requirement already satisfied: h11<0.13,>=0.11 in /usr/local/lib/python3.7/site-packages (from httpcore<0.15.0,>=0.14.5->httpx->apache-airflow==2.3.0.dev0) (0.12.0) | |
Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.7/site-packages (from ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (0.18.1) | |
Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/site-packages (from ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (0.7.5) | |
Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.7/site-packages (from ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (5.1.1) | |
Requirement already satisfied: backcall in /usr/local/lib/python3.7/site-packages (from ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (0.2.0) | |
Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.7/site-packages (from ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (4.8.0) | |
Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.7/site-packages (from ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (0.1.3) | |
Requirement already satisfied: jeepney>=0.4.2 in /usr/local/lib/python3.7/site-packages (from keyring->JIRA>1.0.7->apache-airflow==2.3.0.dev0) (0.7.1) | |
Requirement already satisfied: SecretStorage>=3.2 in /usr/local/lib/python3.7/site-packages (from keyring->JIRA>1.0.7->apache-airflow==2.3.0.dev0) (3.3.1) | |
Requirement already satisfied: typing-inspect>=0.4.0 in /usr/local/lib/python3.7/site-packages (from libcst>=0.2.5->google-cloud-datacatalog>=3.0.0->apache-airflow==2.3.0.dev0) (0.7.1) | |
Collecting PyJWT[crypto]<3,>=1.0.0 | |
Downloading PyJWT-2.3.0-py3-none-any.whl (16 kB) | |
Requirement already satisfied: portalocker<3,>=1.0 in /usr/local/lib/python3.7/site-packages (from msal-extensions~=0.3.0->azure-identity>=1.3.1->apache-airflow==2.3.0.dev0) (2.4.0) | |
Requirement already satisfied: isodate>=0.6.0 in /usr/local/lib/python3.7/site-packages (from msrest>=0.6.21->azure-batch>=8.0.0->apache-airflow==2.3.0.dev0) (0.6.1) | |
Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.7/site-packages (from nbclient>=0.2.0->papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (1.5.4) | |
Requirement already satisfied: jupyter-client>=6.1.5 in /usr/local/lib/python3.7/site-packages (from nbclient>=0.2.0->papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (7.1.2) | |
Requirement already satisfied: jupyter-core in /usr/local/lib/python3.7/site-packages (from nbformat>=5.1.2->papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (4.9.2) | |
Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7/site-packages (from nbformat>=5.1.2->papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (0.2.0) | |
Requirement already satisfied: locket in /usr/local/lib/python3.7/site-packages (from partd>=0.3.10->dask<2021.6.1,>=2.9.0->apache-airflow==2.3.0.dev0) (0.2.1) | |
Requirement already satisfied: bleach>=2.1.0 in /usr/local/lib/python3.7/site-packages (from readme-renderer>=21.0->twine->apache-airflow==2.3.0.dev0) (4.1.0) | |
Requirement already satisfied: ntlm-auth>=1.0.2 in /usr/local/lib/python3.7/site-packages (from requests-ntlm>=0.3.0->pywinrm->apache-airflow==2.3.0.dev0) (1.5.0) | |
Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.7/site-packages (from requests-oauthlib<2.0,>=0.8.0->asana>=0.10->apache-airflow==2.3.0.dev0) (3.2.0) | |
Requirement already satisfied: heapdict in /usr/local/lib/python3.7/site-packages (from zict>=0.1.3->distributed<2.20,>=2.11.1->apache-airflow==2.3.0.dev0) (1.0.1) | |
Requirement already satisfied: textwrap3>=0.9.2 in /usr/local/lib/python3.7/site-packages (from ansiwrap->papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (0.9.2) | |
Requirement already satisfied: appdirs in /usr/local/lib/python3.7/site-packages (from fissix->bowler->apache-airflow==2.3.0.dev0) (1.4.4) | |
Requirement already satisfied: gssapi>=1.5.0 in /usr/local/lib/python3.7/site-packages (from pyspnego<1.0.0->pypsrp->apache-airflow==2.3.0.dev0) (1.7.3) | |
Requirement already satisfied: krb5>=0.3.0 in /usr/local/lib/python3.7/site-packages (from pyspnego<1.0.0->pypsrp->apache-airflow==2.3.0.dev0) (0.3.0) | |
Requirement already satisfied: types-enum34 in /usr/local/lib/python3.7/site-packages (from types-cryptography->types-paramiko->apache-airflow==2.3.0.dev0) (1.1.8) | |
Requirement already satisfied: types-ipaddress in /usr/local/lib/python3.7/site-packages (from types-cryptography->types-paramiko->apache-airflow==2.3.0.dev0) (1.0.8) | |
Requirement already satisfied: requests-file>=1.5.1 in /usr/local/lib/python3.7/site-packages (from zeep->simple-salesforce>=1.0.0->apache-airflow==2.3.0.dev0) (1.5.1) | |
Requirement already satisfied: azure-nspkg>=3.0.0 in /usr/local/lib/python3.7/site-packages (from azure-mgmt-nspkg>=3.0.0->azure-mgmt-datalake-nspkg>=2.0.0->azure-mgmt-datalake-store>=0.5.0->apache-airflow==2.3.0.dev0) (3.0.2) | |
Requirement already satisfied: webencodings in /usr/local/lib/python3.7/site-packages (from bleach>=2.1.0->readme-renderer>=21.0->twine->apache-airflow==2.3.0.dev0) (0.5.1) | |
Requirement already satisfied: parso<0.9.0,>=0.8.0 in /usr/local/lib/python3.7/site-packages (from jedi>=0.16->ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (0.8.3) | |
Requirement already satisfied: pyzmq>=13 in /usr/local/lib/python3.7/site-packages (from jupyter-client>=6.1.5->nbclient>=0.2.0->papermill[all]>=1.2.1->apache-airflow==2.3.0.dev0) (22.3.0) | |
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.7/site-packages (from pexpect>4.3->ipython>=7.17.0->ipdb->apache-airflow==2.3.0.dev0) (0.7.0) | |
Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from prompt-toolkit->click-repl>=0.2.0->celery>=5.2.3->apache-airflow==2.3.0.dev0) (0.2.5) | |
Downloading PyJWT-2.2.0-py3-none-any.whl (16 kB) | |
Downloading PyJWT-2.1.0-py3-none-any.whl (16 kB) | |
Downloading PyJWT-2.0.1-py3-none-any.whl (15 kB) | |
Downloading PyJWT-2.0.0-py3-none-any.whl (15 kB) | |
Requirement already satisfied: pytz-deprecation-shim in /usr/local/lib/python3.7/site-packages (from tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot>=13.0->apache-airflow==2.3.0.dev0) (0.1.0.post0) | |
Requirement already satisfied: backports.zoneinfo in /usr/local/lib/python3.7/site-packages (from tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot>=13.0->apache-airflow==2.3.0.dev0) (0.2.1) | |
Requirement already satisfied: tzdata in /usr/local/lib/python3.7/site-packages (from pytz-deprecation-shim->tzlocal>=1.2->APScheduler==3.6.3->python-telegram-bot>=13.0->apache-airflow==2.3.0.dev0) (2021.5) | |
Building wheels for collected packages: pdpyras, apache-airflow | |
Building wheel for pdpyras (setup.py) ... done | |
Created wheel for pdpyras: filename=pdpyras-4.5.0-py3-none-any.whl size=17808 sha256=672f6979e560b0c39cc0a975c9ba06ccf0a1136681f9fadeb485cf195013eff0 | |
Stored in directory: /tmp/pip-ephem-wheel-cache-kp5vrl20/wheels/93/f4/1b/76c6c9f8f7130383c3cfcf81f7a85b22b97ad05035487c446a | |
Building wheel for apache-airflow (setup.py) ... done | |
Created wheel for apache-airflow: filename=apache_airflow-2.3.0.dev0-py3-none-any.whl size=6919135 sha256=ac31eb7f370cb2b4b60922c6e80517d7d84017f64202e14a665ead63ca6721ea | |
Stored in directory: /tmp/pip-ephem-wheel-cache-kp5vrl20/wheels/f1/04/de/7b72cfb45f535dbc34ea818b50c2e06960d10a2dde95c8c64e | |
Successfully built pdpyras apache-airflow | |
Installing collected packages: types-redis, types-docutils, websocket-client, types-requests, python-slugify, pyrsistent, identify, googleapis-common-protos, google-resumable-media, fsspec, virtualenv, pdpyras, jsonschema, ipython, botocore, apache-airflow-providers-http, yandexcloud, s3transfer, google-auth-oauthlib, connexion, boto3, google-cloud-workflows, google-cloud-tasks, google-cloud-redis, google-cloud-os-login, google-cloud-dataproc, google-cloud-bigquery-storage, google-cloud-automl, sqlalchemy-bigquery, gcsfs, apache-airflow | |
Attempting uninstall: types-redis | |
Found existing installation: types-redis 4.1.16 | |
Uninstalling types-redis-4.1.16: | |
Successfully uninstalled types-redis-4.1.16 | |
Attempting uninstall: types-docutils | |
Found existing installation: types-docutils 0.17.6 | |
Uninstalling types-docutils-0.17.6: | |
Successfully uninstalled types-docutils-0.17.6 | |
Attempting uninstall: websocket-client | |
Found existing installation: websocket-client 1.2.3 | |
Uninstalling websocket-client-1.2.3: | |
Successfully uninstalled websocket-client-1.2.3 | |
Attempting uninstall: types-requests | |
Found existing installation: types-requests 2.27.10 | |
Uninstalling types-requests-2.27.10: | |
Successfully uninstalled types-requests-2.27.10 | |
Attempting uninstall: python-slugify | |
Found existing installation: python-slugify 6.0.1 | |
Uninstalling python-slugify-6.0.1: | |
Successfully uninstalled python-slugify-6.0.1 | |
Attempting uninstall: pyrsistent | |
Found existing installation: pyrsistent 0.16.1 | |
Uninstalling pyrsistent-0.16.1: | |
Successfully uninstalled pyrsistent-0.16.1 | |
Attempting uninstall: identify | |
Found existing installation: identify 2.4.10 | |
Uninstalling identify-2.4.10: | |
Successfully uninstalled identify-2.4.10 | |
Attempting uninstall: googleapis-common-protos | |
Found existing installation: googleapis-common-protos 1.54.0 | |
Uninstalling googleapis-common-protos-1.54.0: | |
Successfully uninstalled googleapis-common-protos-1.54.0 | |
Attempting uninstall: google-resumable-media | |
Found existing installation: google-resumable-media 2.2.1 | |
Uninstalling google-resumable-media-2.2.1: | |
Successfully uninstalled google-resumable-media-2.2.1 | |
Attempting uninstall: fsspec | |
Found existing installation: fsspec 2022.1.0 | |
Uninstalling fsspec-2022.1.0: | |
Successfully uninstalled fsspec-2022.1.0 | |
Attempting uninstall: virtualenv | |
Found existing installation: virtualenv 20.13.1 | |
Uninstalling virtualenv-20.13.1: | |
Successfully uninstalled virtualenv-20.13.1 | |
Attempting uninstall: pdpyras | |
Found existing installation: pdpyras 4.4.0 | |
Uninstalling pdpyras-4.4.0: | |
Successfully uninstalled pdpyras-4.4.0 | |
Attempting uninstall: jsonschema | |
Found existing installation: jsonschema 3.2.0 | |
Uninstalling jsonschema-3.2.0: | |
Successfully uninstalled jsonschema-3.2.0 | |
Attempting uninstall: ipython | |
Found existing installation: ipython 7.31.1 | |
Uninstalling ipython-7.31.1: | |
Successfully uninstalled ipython-7.31.1 | |
Attempting uninstall: botocore | |
Found existing installation: botocore 1.24.4 | |
Uninstalling botocore-1.24.4: | |
Successfully uninstalled botocore-1.24.4 | |
Attempting uninstall: yandexcloud | |
Found existing installation: yandexcloud 0.131.0 | |
Uninstalling yandexcloud-0.131.0: | |
Successfully uninstalled yandexcloud-0.131.0 | |
Attempting uninstall: s3transfer | |
Found existing installation: s3transfer 0.5.1 | |
Uninstalling s3transfer-0.5.1: | |
Successfully uninstalled s3transfer-0.5.1 | |
Attempting uninstall: google-auth-oauthlib | |
Found existing installation: google-auth-oauthlib 0.4.6 | |
Uninstalling google-auth-oauthlib-0.4.6: | |
Successfully uninstalled google-auth-oauthlib-0.4.6 | |
Attempting uninstall: connexion | |
Found existing installation: connexion 2.11.2 | |
Uninstalling connexion-2.11.2: | |
Successfully uninstalled connexion-2.11.2 | |
Attempting uninstall: boto3 | |
Found existing installation: boto3 1.21.4 | |
Uninstalling boto3-1.21.4: | |
Successfully uninstalled boto3-1.21.4 | |
Attempting uninstall: google-cloud-workflows | |
Found existing installation: google-cloud-workflows 1.5.0 | |
Uninstalling google-cloud-workflows-1.5.0: | |
Successfully uninstalled google-cloud-workflows-1.5.0 | |
Attempting uninstall: google-cloud-tasks | |
Found existing installation: google-cloud-tasks 2.7.2 | |
Uninstalling google-cloud-tasks-2.7.2: | |
Successfully uninstalled google-cloud-tasks-2.7.2 | |
Attempting uninstall: google-cloud-redis | |
Found existing installation: google-cloud-redis 2.5.1 | |
Uninstalling google-cloud-redis-2.5.1: | |
Successfully uninstalled google-cloud-redis-2.5.1 | |
Attempting uninstall: google-cloud-os-login | |
Found existing installation: google-cloud-os-login 2.5.1 | |
Uninstalling google-cloud-os-login-2.5.1: | |
Successfully uninstalled google-cloud-os-login-2.5.1 | |
Attempting uninstall: google-cloud-dataproc | |
Found existing installation: google-cloud-dataproc 3.2.0 | |
Uninstalling google-cloud-dataproc-3.2.0: | |
Successfully uninstalled google-cloud-dataproc-3.2.0 | |
Attempting uninstall: google-cloud-bigquery-storage | |
Found existing installation: google-cloud-bigquery-storage 2.11.0 | |
Uninstalling google-cloud-bigquery-storage-2.11.0: | |
Successfully uninstalled google-cloud-bigquery-storage-2.11.0 | |
Attempting uninstall: google-cloud-automl | |
Found existing installation: google-cloud-automl 2.6.0 | |
Uninstalling google-cloud-automl-2.6.0: | |
Successfully uninstalled google-cloud-automl-2.6.0 | |
Attempting uninstall: sqlalchemy-bigquery | |
Found existing installation: sqlalchemy-bigquery 1.3.0 | |
Uninstalling sqlalchemy-bigquery-1.3.0: | |
Successfully uninstalled sqlalchemy-bigquery-1.3.0 | |
Attempting uninstall: gcsfs | |
Found existing installation: gcsfs 2022.1.0 | |
Uninstalling gcsfs-2022.1.0: | |
Successfully uninstalled gcsfs-2022.1.0 | |
Attempting uninstall: apache-airflow | |
Found existing installation: apache-airflow 2.3.0.dev0 | |
Uninstalling apache-airflow-2.3.0.dev0: | |
Successfully uninstalled apache-airflow-2.3.0.dev0 | |
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. | |
openapi-spec-validator 0.3.3 requires jsonschema<4.0.0,>=3.2.0, but you have jsonschema 4.4.0 which is incompatible. | |
openapi-spec-validator 0.3.3 requires pyrsistent<0.17.0, but you have pyrsistent 0.18.1 which is incompatible. | |
Successfully installed apache-airflow-2.3.0.dev0 apache-airflow-providers-http-2.0.3 boto3-1.21.7 botocore-1.24.7 connexion-2.12.0 fsspec-2022.2.0 gcsfs-2022.2.0 google-auth-oauthlib-0.5.0 google-cloud-automl-2.7.0 google-cloud-bigquery-storage-2.12.0 google-cloud-dataproc-3.3.0 google-cloud-os-login-2.6.0 google-cloud-redis-2.6.0 google-cloud-tasks-2.8.0 google-cloud-workflows-1.6.0 google-resumable-media-2.3.0 googleapis-common-protos-1.55.0 identify-2.4.11 ipython-7.32.0 jsonschema-4.4.0 pdpyras-4.5.0 pyrsistent-0.18.1 python-slugify-6.1.0 s3transfer-0.5.2 sqlalchemy-bigquery-1.4.0 types-docutils-0.17.7 types-redis-4.1.17 types-requests-2.27.11 virtualenv-20.13.2 websocket-client-1.3.0 yandexcloud-0.140.0 | |
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment