Archived
created requirements.txt and removed commet thingy
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
.venv/
|
||||
build/
|
||||
dist/
|
||||
*.txt
|
||||
rh.txt
|
||||
test.txt
|
||||
*.spec
|
||||
@@ -1,6 +1,6 @@
|
||||
import requests
|
||||
import sys
|
||||
import validators # type: ignore
|
||||
import validators
|
||||
import os
|
||||
|
||||
print("Rete by koffee.zip 2026")
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
requests
|
||||
validators
|
||||
Reference in New Issue
Block a user