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 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()):
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
sanic
|
sanic
|
||||||
requests
|
requests
|
||||||
rsa
|
rsa
|
||||||
cryptography
|
cryptography
|
||||||
|
colorama
|
||||||
Loading…
Reference in New Issue
Block a user