created requirements.txt and removed commet thingy

This commit is contained in:
2026-07-14 19:03:05 -06:00
parent 336b434811
commit f3a4f40d94
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
.venv/ .venv/
build/ build/
dist/ dist/
*.txt rh.txt
test.txt
*.spec *.spec
+1 -1
View File
@@ -1,6 +1,6 @@
import requests import requests
import sys import sys
import validators # type: ignore import validators
import os import os
print("Rete by koffee.zip 2026") print("Rete by koffee.zip 2026")
+2
View File
@@ -0,0 +1,2 @@
requests
validators