From cd71cb795956824dba62a2adc39d43676073b67c Mon Sep 17 00:00:00 2001 From: antonioCoco Date: Tue, 26 Mar 2019 13:13:00 +0100 Subject: [PATCH] updated requirements.txt --- core/config.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/config.py b/core/config.py index aa2d737..fe6f54e 100644 --- a/core/config.py +++ b/core/config.py @@ -1,7 +1,7 @@ import sys import os -sharpyshell_version='1.1.12' +sharpyshell_version='1.1.13' header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code' banner = """ diff --git a/requirements.txt b/requirements.txt index d720952..ea3b6ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ urllib3 -urllib3[socks] +PySocks pycrypto pyopenssl pefile