Updated client/client.py

Updated requirements.txt
This commit is contained in:
mirai 2022-12-01 10:33:41 +03:00
parent 720b556601
commit f1f54bc4a5
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
from cryptography.fernet import Fernet import os
import platform
import threading
import requests
import time import time
import rsa import rsa
import os import platform
import requests
import threading
from cryptography.fernet import Fernet
OS = "Windows" OS = "Windows"
if "Linux" in str(platform.platform()): if "Linux" in str(platform.platform()):

View File

@ -2,3 +2,4 @@ sanic
requests requests
rsa rsa
cryptography cryptography
colorama