diff --git a/.gitignore b/.gitignore index 885a8e6..3bc0b0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .venv/ build/ dist/ -*.txt +rh.txt +test.txt *.spec \ No newline at end of file diff --git a/main.py b/main.py index 2c52636..bea8cb7 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ import requests import sys -import validators # type: ignore +import validators import os print("Rete by koffee.zip 2026") diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2445ac0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +validators \ No newline at end of file