From 48d783bc447f4473d83acd3d11e6355649589aac Mon Sep 17 00:00:00 2001 From: Jakub Polec Date: Mon, 16 Jun 2025 18:22:09 +0200 Subject: [PATCH] Session_02 --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 3 +++ requirements.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ video.md | 2 +- 4 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 requirements.txt diff --git a/.DS_Store b/.DS_Store index ef76c02879a50facf1f1166d3594ca6d3201b50a..3893354b020fcc77dff4692ddde856157c0b1689 100644 GIT binary patch delta 77 zcmZoMXfc@JFUrioz`)4BAi%(o$xy&h!cbfmT$Hz2ka;9 G%MSqlJPV-! diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d46942b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +venv +_docs +_scripts diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..57eca3e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,44 @@ +aiohappyeyeballs==2.6.1 +aiohttp==3.12.13 +aiosignal==1.3.2 +anyio==4.9.0 +asyncio==3.4.3 +attrs==25.3.0 +certifi==2025.6.15 +charset-normalizer==3.4.2 +contourpy==1.3.2 +cycler==0.12.1 +discord-webhook==1.4.1 +dotenv==0.9.9 +fonttools==4.58.4 +frozenlist==1.7.0 +h11==0.16.0 +httpcore==1.0.9 +httpx==0.28.1 +idna==3.10 +influxdb-client==1.49.0 +kiwisolver==1.4.8 +markdown-it-py==3.0.0 +matplotlib==3.10.3 +mdurl==0.1.2 +multidict==6.4.4 +numpy==2.3.0 +packaging==25.0 +pillow==11.2.1 +propcache==0.3.2 +Pygments==2.19.1 +pyparsing==3.2.3 +python-dateutil==2.9.0.post0 +python-dotenv==1.1.0 +python-telegram-bot==22.1 +reactivex==4.0.4 +requests==2.32.4 +rich==14.0.0 +setuptools==80.9.0 +six==1.17.0 +sniffio==1.3.1 +telegram==0.0.1 +typing_extensions==4.14.0 +urllib3==2.4.0 +websockets==15.0.1 +yarl==1.20.1 diff --git a/video.md b/video.md index 965ebf8..fe29796 100644 --- a/video.md +++ b/video.md @@ -12,7 +12,7 @@ Below are the private video links to each session of the **"Build Your Own Crypt --- ### Session 2: Data Acquisition & Exchange Connectivity -🔗 [Watch on YouTube]() +🔗 [Watch on YouTube](https://youtu.be/MSEXxhQWY9I) ---