New requirements

This commit is contained in:
brotoskyj
2025-08-20 16:30:14 -04:00
parent d54bd4c7b3
commit 8bd93c87b9
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
hashes = ''
while True:
inputhash = input("Hash: ")
hashes = hashes + ',' + inputhash
print(hashes)
+2
View File
@@ -1,2 +1,4 @@
pandas==2.3.1
python-dotenv==1.1.1
Requests==2.32.5
urllib3==2.5.0