You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
3.7 KiB
83 lines
3.7 KiB
{ |
|
"cells": [ |
|
{ |
|
"cell_type": "code", |
|
"execution_count": 2, |
|
"id": "a2f89a5c-6ee2-4134-9e2d-359eca653be0", |
|
"metadata": { |
|
"execution": { |
|
"iopub.execute_input": "2021-10-22T09:54:51.157795Z", |
|
"iopub.status.busy": "2021-10-22T09:54:51.157566Z", |
|
"iopub.status.idle": "2021-10-22T09:55:00.377442Z", |
|
"shell.execute_reply": "2021-10-22T09:55:00.376482Z", |
|
"shell.execute_reply.started": "2021-10-22T09:54:51.157768Z" |
|
}, |
|
"tags": [] |
|
}, |
|
"outputs": [ |
|
{ |
|
"name": "stdout", |
|
"output_type": "stream", |
|
"text": [ |
|
"Requirement already satisfied: pyyaml in /opt/conda/lib/python3.9/site-packages (6.0)\n", |
|
"Requirement already satisfied: minidb in /opt/conda/lib/python3.9/site-packages (2.0.5)\n", |
|
"Requirement already satisfied: requests in /opt/conda/lib/python3.9/site-packages (2.26.0)\n", |
|
"Requirement already satisfied: keyring in /opt/conda/lib/python3.9/site-packages (23.2.1)\n", |
|
"Requirement already satisfied: appdirs in /opt/conda/lib/python3.9/site-packages (1.4.4)\n", |
|
"Requirement already satisfied: lxml in /opt/conda/lib/python3.9/site-packages (4.6.3)\n", |
|
"Requirement already satisfied: cssselect in /opt/conda/lib/python3.9/site-packages (1.1.0)\n", |
|
"Requirement already satisfied: urlwatch in /opt/conda/lib/python3.9/site-packages (2.23)\n", |
|
"Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.9/site-packages (from requests) (2021.10.8)\n", |
|
"Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.9/site-packages (from requests) (1.26.7)\n", |
|
"Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.9/site-packages (from requests) (2.0.0)\n", |
|
"Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.9/site-packages (from requests) (3.1)\n", |
|
"Requirement already satisfied: SecretStorage>=3.2 in /opt/conda/lib/python3.9/site-packages (from keyring) (3.3.1)\n", |
|
"Requirement already satisfied: importlib-metadata>=3.6 in /opt/conda/lib/python3.9/site-packages (from keyring) (4.8.1)\n", |
|
"Requirement already satisfied: jeepney>=0.4.2 in /opt/conda/lib/python3.9/site-packages (from keyring) (0.7.1)\n", |
|
"Requirement already satisfied: zipp>=0.5 in /opt/conda/lib/python3.9/site-packages (from importlib-metadata>=3.6->keyring) (3.6.0)\n", |
|
"Requirement already satisfied: cryptography>=2.0 in /opt/conda/lib/python3.9/site-packages (from SecretStorage>=3.2->keyring) (35.0.0)\n", |
|
"Requirement already satisfied: cffi>=1.12 in /opt/conda/lib/python3.9/site-packages (from cryptography>=2.0->SecretStorage>=3.2->keyring) (1.14.6)\n", |
|
"Requirement already satisfied: pycparser in /opt/conda/lib/python3.9/site-packages (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring) (2.20)\n" |
|
] |
|
} |
|
], |
|
"source": [ |
|
"!python3 -m pip install pyyaml minidb requests keyring appdirs lxml cssselect urlwatch" |
|
] |
|
}, |
|
{ |
|
"cell_type": "markdown", |
|
"id": "ca1f4265-19c9-4af7-a894-19695bc2d052", |
|
"metadata": {}, |
|
"source": [ |
|
"https://urlwatch.readthedocs.io/_/downloads/en/latest/pdf/" |
|
] |
|
} |
|
], |
|
"metadata": { |
|
"kernelspec": { |
|
"display_name": "Python 3.9.13 64-bit", |
|
"language": "python", |
|
"name": "python3" |
|
}, |
|
"language_info": { |
|
"codemirror_mode": { |
|
"name": "ipython", |
|
"version": 3 |
|
}, |
|
"file_extension": ".py", |
|
"mimetype": "text/x-python", |
|
"name": "python", |
|
"nbconvert_exporter": "python", |
|
"pygments_lexer": "ipython3", |
|
"version": "3.9.13" |
|
}, |
|
"vscode": { |
|
"interpreter": { |
|
"hash": "b0fa6594d8f4cbf19f97940f81e996739fb7646882a419484c72d19e05852a7e" |
|
} |
|
} |
|
}, |
|
"nbformat": 4, |
|
"nbformat_minor": 5 |
|
}
|
|
|