Archived
created requirements.txt and removed commet thingy
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
.venv/
|
.venv/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
*.txt
|
rh.txt
|
||||||
|
test.txt
|
||||||
*.spec
|
*.spec
|
||||||
@@ -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")
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
requests
|
||||||
|
validators
|
||||||
Reference in New Issue
Block a user