Инициализация проекта network-lab
This commit is contained in:
commit
475de20d32
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
token.env
|
||||||
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## Работа №3
|
||||||
|
Сетевые соединения в Python
|
||||||
|
- TCP/UDP клиент-сервер
|
||||||
|
- Wireshark анализ
|
||||||
|
- HTTP запросы
|
||||||
|
- API Gitea
|
||||||
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
certifi==2026.4.22
|
||||||
|
charset-normalizer==3.4.7
|
||||||
|
idna==3.13
|
||||||
|
requests==2.33.1
|
||||||
|
urllib3==2.6.3
|
||||||
Loading…
Reference in New Issue
Block a user