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 platform
import threading
import requests
import os
import time
import rsa
import os
import platform
import requests
import threading
from cryptography.fernet import Fernet
OS = "Windows"
if "Linux" in str(platform.platform()):

View File

@ -1,4 +1,5 @@
sanic
requests
rsa
cryptography
cryptography
colorama