Updated client/client.py
Updated requirements.txt
This commit is contained in:
parent
720b556601
commit
f1f54bc4a5
|
|
@ -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()):
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
sanic
|
||||
requests
|
||||
rsa
|
||||
cryptography
|
||||
cryptography
|
||||
colorama
|
||||
Loading…
Reference in New Issue
Block a user